diff --git a/branches/3.3/src/ZODB/DB.py b/branches/3.3/src/ZODB/DB.py index 0aab0d064e5d5a0ba60ec627d1bb846b62c7ea6e..1fefc21db08d9bfebbff905e6d604143088a5c22 100644 --- a/branches/3.3/src/ZODB/DB.py +++ b/branches/3.3/src/ZODB/DB.py @@ -610,7 +610,7 @@ class DB(object): 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: