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

Skip to content

Commit 45888ff

Browse files
committed
Added a missing "is" -- noted by Grant Griffin
<[email protected]>.
1 parent 31b761e commit 45888ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ write:
446446
print >> sys.stderr, "Error: bad dog!"
447447

448448
As a special feature, if the expression used to indicate the file
449-
evaluates to None, the current value of sys.stdout used. Thus:
449+
evaluates to None, the current value of sys.stdout is used. Thus:
450450

451451
print >> None, "Hello world"
452452

0 commit comments

Comments
 (0)