Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eabc9 commit 7d2b83eCopy full SHA for 7d2b83e
1 file changed
Doc/reference/expressions.rst
@@ -1920,8 +1920,8 @@ precedence and have a left-to-right chaining feature as described in the
1920
the :keyword:`is` operator, like those involving comparisons between instance
1921
methods, or constants. Check their documentation for more info.
1922
1923
-.. [#] The ``%`` operator is also used for string formatting; the same
1924
- precedence applies.
1925
-
1926
.. [#] The power operator ``**`` binds less tightly than an arithmetic or
1927
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 commit comments