[Zodb-checkins] SVN: ZODB/branches/3.3/src/ZODB/DB.py Repair type
in pack() docstring.
Tim Peters
tim.one at comcast.net
Tue Jul 27 16:41:47 EDT 2004
Log message for revision 26799:
Repair type in pack() docstring.
Changed:
U ZODB/branches/3.3/src/ZODB/DB.py
-=-
Modified: ZODB/branches/3.3/src/ZODB/DB.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/DB.py 2004-07-27 18:51:44 UTC (rev 26798)
+++ ZODB/branches/3.3/src/ZODB/DB.py 2004-07-27 20:41:47 UTC (rev 26799)
@@ -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