summaryrefslogtreecommitdiff
path: root/docs/src/tutorial/caveats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/tutorial/caveats.rst')
-rw-r--r--docs/src/tutorial/caveats.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/tutorial/caveats.rst b/docs/src/tutorial/caveats.rst
index 65443ae26..192313162 100644
--- a/docs/src/tutorial/caveats.rst
+++ b/docs/src/tutorial/caveats.rst
@@ -5,7 +5,6 @@ Since Cython mixes C and Python semantics, some things may be a bit
surprising or unintuitive. Work always goes on to make Cython more natural
for Python users, so this list may change in the future.
- - ``10**-2 == 0``, instead of ``0.01`` like in Python.
- Given two typed ``int`` variables ``a`` and ``b``, ``a % b`` has the
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