mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Merge typo fix.
This commit is contained in:
commit
f6cb6c5e11
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ operator; to calculate the remainder you can use ``%``::
|
|||
>>> 5 * 3 + 2 # result * divisor + remainder
|
||||
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
|
||||
25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue