diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-29 17:54:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-29 17:54:40 (GMT) |
commit | 9f11cf8811905cece21d7728536c042ecadf1188 (patch) | |
tree | 4dca3ecc779c151b5dd963f027fc36acf1b6634a | |
parent | 0b5fb2bfc84f58289da73b5c8a41a1279f9bf7bd (diff) | |
download | cpython-9f11cf8811905cece21d7728536c042ecadf1188.zip cpython-9f11cf8811905cece21d7728536c042ecadf1188.tar.gz cpython-9f11cf8811905cece21d7728536c042ecadf1188.tar.bz2 |
Capitalized an "if" that should have been -- noted by Grant Griffin
<grant.griffin@honeywell.com>.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |