Typo found by Aahz.

This commit is contained in:
Guido van Rossum 2003-02-07 19:30:15 +00:00
parent 4d97872f0d
commit d163abe4d6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Extended __reduce__ API
stored to the object using obj[key] = value. This is
primarily used for dict subclasses, but may be used
by other classes as long as they implement
__settitem__.
__setitem__.
Note: in Python 2.2 and before, when using cPickle, state would be
pickled if present even if it is None; the only safe way to avoid