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

Skip to content

Commit 9b47af6

Browse files
soolabetturhettinger
authored andcommitted
bpo-31501: Operator precedence description for arithmetic operators (#3633)
1 parent 55679e0 commit 9b47af6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/reference/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,8 +1687,8 @@ precedence and have a left-to-right chaining feature as described in the
16871687
| ``+``, ``-`` | Addition and subtraction |
16881688
+-----------------------------------------------+-------------------------------------+
16891689
| ``*``, ``@``, ``/``, ``//``, ``%`` | Multiplication, matrix |
1690-
| | multiplication division, |
1691-
| | remainder [#]_ |
1690+
| | multiplication, division, floor |
1691+
| | division, remainder [#]_ |
16921692
+-----------------------------------------------+-------------------------------------+
16931693
| ``+x``, ``-x``, ``~x`` | Positive, negative, bitwise NOT |
16941694
+-----------------------------------------------+-------------------------------------+

0 commit comments

Comments
 (0)