Commit 9a526c2e authored by scoder's avatar scoder

Merge pull request #136 from yarikoptic/master

minor typo
parents 70fa4c77 aab9cb8b
...@@ -126,7 +126,7 @@ Cython code. Here is the list of currently supported directives: ...@@ -126,7 +126,7 @@ Cython code. Here is the list of currently supported directives:
``boundscheck`` (True / False) ``boundscheck`` (True / False)
If set to False, Cython is free to assume that indexing operations If set to False, Cython is free to assume that indexing operations
([]-operator) in the code will not cause any IndexErrors to be ([]-operator) in the code will not cause any IndexErrors to be
raised. Lists, tuples, and stings are affected only if the index raised. Lists, tuples, and strings are affected only if the index
can be determined to be non-negative (or if ``wraparound`` is False). can be determined to be non-negative (or if ``wraparound`` is False).
Conditions Conditions
which would normally trigger an IndexError may instead cause which would normally trigger an IndexError may instead cause
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment