Fix a typo.

This commit is contained in:
Alexandre Vassalotti 2007-12-22 20:11:58 +00:00
parent 768bd875d4
commit a684ab6aaa
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Extended __reduce__ API
__reduce__ or __reduce_ex__ method or a reduce function in the
copy_reg dispatch table, so that a classic class cannot provide
__reduce__ functionality in the sense intended here. A classic
class must use __getinitargs__ and/or __gestate__ to customize
class must use __getinitargs__ and/or __getstate__ to customize
pickling. These are described below.
__reduce__ must return either a string or a tuple. If it returns