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.
1 parent 0781900 commit 648fa19Copy full SHA for 648fa19
1 file changed
Doc/tutorial/introduction.rst
@@ -611,8 +611,8 @@ This example introduces several new features.
611
>>> print('The value of i is', i)
612
The value of i is 65536
613
614
- The keyword *end* can be used to avoid the newline after the output, or end
615
- the output with a different string::
+ The keyword argument *end* can be used to avoid the newline after the output,
+ or end the output with a different string::
616
617
>>> a, b = 0, 1
618
>>> while b < 1000:
0 commit comments