]> granicus.if.org Git - python/commitdiff
Added a missing "is" -- noted by Grant Griffin
authorFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:09:11 +0000 (17:09 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:09:11 +0000 (17:09 +0000)
<grant.griffin@honeywell.com>.

Misc/NEWS

index 3fa65b285eb84b7d899ac74657a76ef80ac3e04c..1b3898405bff3ca66d25d22a8f16c6376608e891 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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"