There was an error while loading. Please reload this page.
1 parent 8bd656d commit 2d13036Copy full SHA for 2d13036
1 file changed
Doc/tutorial/introduction.rst
@@ -74,7 +74,7 @@ operator; to calculate the remainder you can use ``%``::
74
>>> 5 * 3 + 2 # result * divisor + remainder
75
17
76
77
-With Python is possible to use the ``**`` operator to calculate powers [#]_::
+With Python, it is possible to use the ``**`` operator to calculate powers [#]_::
78
79
>>> 5 ** 2 # 5 squared
80
25
0 commit comments