Fix a typo.
This commit is contained in:
parent
768bd875d4
commit
a684ab6aaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue