[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DB.py Merge rev 26799 from
3.3 branch.
Tim Peters
tim.one at comcast.net
Tue Jul 27 16:43:01 EDT 2004
Log message for revision 26800:
Merge rev 26799 from 3.3 branch.
Repair type in pack() docstring.
Changed:
U ZODB/trunk/src/ZODB/DB.py
-=-
Modified: ZODB/trunk/src/ZODB/DB.py
===================================================================
--- ZODB/trunk/src/ZODB/DB.py 2004-07-27 20:41:47 UTC (rev 26799)
+++ ZODB/trunk/src/ZODB/DB.py 2004-07-27 20:43:01 UTC (rev 26800)
@@ -610,7 +610,7 @@
There are two optional arguments that can be used to set the
pack time: t, pack time in seconds since the epcoh, and days,
- the number of days to substract from t or from the current
+ the number of days to subtract from t or from the current
time if t is not specified.
"""
if t is None:
More information about the Zodb-checkins
mailing list