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 623481c commit dd4f7d9Copy full SHA for dd4f7d9
Doc/tutorial/introduction.rst
@@ -73,7 +73,7 @@ operator; to calculate the remainder you can use ``%``::
73
5
74
>>> 17 % 3 # the % operator returns the remainder of the division
75
2
76
- >>> 5 * 3 + 2 # result * divisor + remainder
+ >>> 5 * 3 + 2 # floored quotient * divisor + remainder
77
17
78
79
With Python, it is possible to use the ``**`` operator to calculate powers [#]_::
0 commit comments