From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 2 May 2021 20:14:30 +0000 (-0700) Subject: bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) ... X-Git-Tag: v3.9.5~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e60b1e150d708c40fa3c51d012d9bf471f04bc70;p=thirdparty%2FPython%2Fcpython.git bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) (GH-25819) --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index 3bb3834ce09d..8fead33efb91 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -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.