Fix typo. Found by David Pesta on docs@.
This commit is contained in:
parent
8bd656ddb8
commit
2d13036769
|
@ -74,7 +74,7 @@ operator; to calculate the remainder you can use ``%``::
|
||||||
>>> 5 * 3 + 2 # result * divisor + remainder
|
>>> 5 * 3 + 2 # result * divisor + remainder
|
||||||
17
|
17
|
||||||
|
|
||||||
With Python is possible to use the ``**`` operator to calculate powers [#]_::
|
With Python, it is possible to use the ``**`` operator to calculate powers [#]_::
|
||||||
|
|
||||||
>>> 5 ** 2 # 5 squared
|
>>> 5 ** 2 # 5 squared
|
||||||
25
|
25
|
||||||
|
|
Loading…
Reference in New Issue