Commit 60fe2f13 authored by Georg Brandl's avatar Georg Brandl

Fix note markup.

parent fd855164
...@@ -296,9 +296,9 @@ numeric operations have a higher priority than comparison operations): ...@@ -296,9 +296,9 @@ numeric operations have a higher priority than comparison operations):
+---------------------+---------------------------------+-------+--------------------+ +---------------------+---------------------------------+-------+--------------------+
| ``divmod(x, y)`` | the pair ``(x // y, x % y)`` | \(2) | :func:`divmod` | | ``divmod(x, y)`` | the pair ``(x // y, x % y)`` | \(2) | :func:`divmod` |
+---------------------+---------------------------------+-------+--------------------+ +---------------------+---------------------------------+-------+--------------------+
| ``pow(x, y)`` | *x* to the power *y* | (5) | :func:`pow` | | ``pow(x, y)`` | *x* to the power *y* | \(5) | :func:`pow` |
+---------------------+---------------------------------+-------+--------------------+ +---------------------+---------------------------------+-------+--------------------+
| ``x ** y`` | *x* to the power *y* | (5) | | | ``x ** y`` | *x* to the power *y* | \(5) | |
+---------------------+---------------------------------+-------+--------------------+ +---------------------+---------------------------------+-------+--------------------+
.. index:: .. index::
......
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