[Zodb-checkins] CVS: ZODB3 - test.py:1.19.2.1
Jeremy Hylton
jeremy@zope.com
Thu, 3 Oct 2002 19:18:02 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv9934
Modified Files:
Tag: ZODB3-3_1-branch
test.py
Log Message:
typo
=== ZODB3/test.py 1.19 => 1.19.2.1 ===
--- ZODB3/test.py:1.19 Mon Sep 30 14:34:01 2002
+++ ZODB3/test.py Thu Oct 3 19:18:01 2002
@@ -46,7 +46,7 @@
disable garbage collection altogether.
-G gc_option
- Set the garbage collection debugging glags. The argument must be one
+ Set the garbage collection debugging flags. The argument must be one
of the DEBUG_ flags defined bythe Python gc module. Multiple options
can be specified by using "-G OPTION1 -G OPTION2."