]> granicus.if.org Git - python/commitdiff
Capitalized an "if" that should have been -- noted by Grant Griffin
authorFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:54:40 +0000 (17:54 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:54:40 +0000 (17:54 +0000)
<grant.griffin@honeywell.com>.

Misc/NEWS

index 1b3898405bff3ca66d25d22a8f16c6376608e891..4a8b135245b2f2552dd90d869021f2ab6bd2aa42 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,7 +473,7 @@ garbage collection.  There's also an option to the configure script
 that lets you enable or disable the garbage collection.  In 2.0b1,
 it's on by default, so that we (hopefully) can collect decent user
 experience with this new feature.  There are some questions about its
-performance.  if it proves to be too much of a problem, we'll turn it
+performance.  If it proves to be too much of a problem, we'll turn it
 off by default in the final 2.0 release.