Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6ba5665 + 2d13036 commit f6cb6c5Copy full SHA for f6cb6c5
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