File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ::
You can’t perform that action at this time.
0 commit comments