Commit 464b9285 authored by Jakub Wilk's avatar Jakub Wilk

Fix typo and add missing comma.

parent 07101f94
...@@ -223,7 +223,7 @@ of step) can be determined. ...@@ -223,7 +223,7 @@ of step) can be determined.
This may change the semantics if the range causes This may change the semantics if the range causes
assignment to ``i`` to overflow. Specifically, if this option is set, an error assignment to ``i`` to overflow. Specifically, if this option is set, an error
will be raised before the loop is entered, whereas without this option the loop will be raised before the loop is entered, whereas without this option the loop
will execute until a overflowing value is encountered. If this effects you will execute until a overflowing value is encountered. If this affects you,
change ``Cython/Compiler/Options.py`` (eventually there will be a better change ``Cython/Compiler/Options.py`` (eventually there will be a better
way to set this). way to set this).
......
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