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

Skip to content

Commit 668d2cc

Browse files
committed
merge 3.3
2 parents e7ce184 + 648fa19 commit 668d2cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tutorial/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ This example introduces several new features.
611611
>>> print('The value of i is', i)
612612
The value of i is 65536
613613

614-
The keyword *end* can be used to avoid the newline after the output, or end
615-
the output with a different string::
614+
The keyword argument *end* can be used to avoid the newline after the output,
615+
or end the output with a different string::
616616

617617
>>> a, b = 0, 1
618618
>>> while b < 1000:

0 commit comments

Comments
 (0)