Commit a8e5447d authored by Gabriel Pettier's avatar Gabriel Pettier

Update docs/src/tutorial/caveats.rst

small grammar error/typo in doc
parent 5b0e8f8b
...@@ -7,7 +7,7 @@ for Python users, so this list may change in the future. ...@@ -7,7 +7,7 @@ for Python users, so this list may change in the future.
- ``10**-2 == 0``, instead of ``0.01`` like in Python. - ``10**-2 == 0``, instead of ``0.01`` like in Python.
- Given two typed ``int`` variables ``a`` and ``b``, ``a % b`` has the - Given two typed ``int`` variables ``a`` and ``b``, ``a % b`` has the
same sign as the second argument (following Python semantics) rather then same sign as the second argument (following Python semantics) rather than
having the same sign as the first (as in C). The C behavior can be having the same sign as the first (as in C). The C behavior can be
obtained, at some speed gain, by enabling the division directive. obtained, at some speed gain, by enabling the division directive.
(Versions prior to Cython 0.12. always followed C semantics.) (Versions prior to Cython 0.12. always followed C semantics.)
......
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