[Python-checkins] cpython (merge 3.3 -> default): merge 3.3

benjamin.peterson python-checkins at python.org
Sun Jan 20 16:09:59 CET 2013


http://hg.python.org/cpython/rev/e18dd62392f2
changeset: 81618:e18dd62392f2
parent: 81616:75b9e1a6b7f5
parent: 81617:66a22b6a3414
user: Benjamin Peterson <benjamin at python.org>
date: Sun Jan 20 10:09:51 2013 -0500
summary:
 merge 3.3
files:
 Doc/tutorial/introduction.rst | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -611,8 +611,8 @@
 >>> print('The value of i is', i)
 The value of i is 65536
 
- The keyword *end* can be used to avoid the newline after the output, or end
- 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::
 
 >>> a, b = 0, 1
 >>> while b < 1000:
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /