]> granicus.if.org Git - python/commitdiff
Fix note markup.
authorGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 09:16:46 +0000 (09:16 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 09:16:46 +0000 (09:16 +0000)
Doc/library/stdtypes.rst

index f1c4101370222fb2268a5fe12c4422b522049169..7a4938c537b3fe6d1c8e1e8a211b74d987427f7f 100644 (file)
@@ -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`     |
 +---------------------+---------------------------------+-------+--------------------+
-| ``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::