Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6cb6c5

Browse files
committed
Merge typo fix.
2 parents 6ba5665 + 2d13036 commit f6cb6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ operator; to calculate the remainder you can use ``%``::
7474
>>> 5 * 3 + 2 # result * divisor + remainder
7575
17
7676

77-
With Python is possible to use the ``**`` operator to calculate powers [#]_::
77+
With Python, it is possible to use the ``**`` operator to calculate powers [#]_::
7878

7979
>>> 5 ** 2 # 5 squared
8080
25

0 commit comments

Comments
 (0)