mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Capitalized an "if" that should have been -- noted by Grant Griffin
<grant.griffin@honeywell.com>.
This commit is contained in:
parent
0b5fb2bfc8
commit
9f11cf8811
1 changed files with 1 additions and 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,
|
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
|
it's on by default, so that we (hopefully) can collect decent user
|
||||||
experience with this new feature. There are some questions about its
|
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.
|
off by default in the final 2.0 release.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue