Skip to content

Commit

Permalink
bpo-43990: Fix the footnote ordering in the operator precedence docs (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington committed May 2, 2021
1 parent 5374fbc commit e60b1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1908,8 +1908,8 @@ precedence and have a left-to-right chaining feature as described in the
the :keyword:`is` operator, like those involving comparisons between instance
methods, or constants. Check their documentation for more info.
.. [#] The ``%`` operator is also used for string formatting; the same
precedence applies.
.. [#] The power operator ``**`` binds less tightly than an arithmetic or
bitwise unary operator on its right, that is, ``2**-1`` is ``0.5``.
.. [#] The ``%`` operator is also used for string formatting; the same
precedence applies.

0 comments on commit e60b1e1

Please sign in to comment.