Commit 2d130367 authored by Zachary Ware's avatar Zachary Ware

Fix typo. Found by David Pesta on docs@.

parent 8bd656dd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment