Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60fe2f1

Browse files
committed
Fix note markup.
1 parent fd85516 commit 60fe2f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ numeric operations have a higher priority than comparison operations):
296296
+---------------------+---------------------------------+-------+--------------------+
297297
| ``divmod(x, y)`` | the pair ``(x // y, x % y)`` | \(2) | :func:`divmod` |
298298
+---------------------+---------------------------------+-------+--------------------+
299-
| ``pow(x, y)`` | *x* to the power *y* | (5) | :func:`pow` |
299+
| ``pow(x, y)`` | *x* to the power *y* | \(5) | :func:`pow` |
300300
+---------------------+---------------------------------+-------+--------------------+
301-
| ``x ** y`` | *x* to the power *y* | (5) | |
301+
| ``x ** y`` | *x* to the power *y* | \(5) | |
302302
+---------------------+---------------------------------+-------+--------------------+
303303

304304
.. index::

0 commit comments

Comments
 (0)