mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Added a missing "is" -- noted by Grant Griffin
<grant.griffin@honeywell.com>.
This commit is contained in:
parent
31b761e326
commit
45888ffbd4
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ write:
|
|||
print >> sys.stderr, "Error: bad dog!"
|
||||
|
||||
As a special feature, if the expression used to indicate the file
|
||||
evaluates to None, the current value of sys.stdout used. Thus:
|
||||
evaluates to None, the current value of sys.stdout is used. Thus:
|
||||
|
||||
print >> None, "Hello world"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue