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

Skip to content

Commit 7d2b83e

Browse files
authored
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Footnotes 5 and 6 were in the wrong order.
1 parent a5eabc9 commit 7d2b83e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/reference/expressions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,8 +1920,8 @@ precedence and have a left-to-right chaining feature as described in the
19201920
the :keyword:`is` operator, like those involving comparisons between instance
19211921
methods, or constants. Check their documentation for more info.
19221922
1923-
.. [#] The ``%`` operator is also used for string formatting; the same
1924-
precedence applies.
1925-
19261923
.. [#] The power operator ``**`` binds less tightly than an arithmetic or
19271924
bitwise unary operator on its right, that is, ``2**-1`` is ``0.5``.
1925+
1926+
.. [#] The ``%`` operator is also used for string formatting; the same
1927+
precedence applies.

0 commit comments

Comments
 (0)