merge 3.3

This commit is contained in:
Benjamin Peterson 2013-01-20 10:09:51 -05:00
commit 668d2cc3d8
1 changed files with 2 additions and 2 deletions

View File

@ -611,8 +611,8 @@ This example introduces several new features.
>>> 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: