[Python-checkins] r59592 - peps/trunk/pep-0307.txt

alexandre.vassalotti python-checkins at python.org
Sat Dec 22 21:11:59 CET 2007


Author: alexandre.vassalotti
Date: Sat Dec 22 21:11:58 2007
New Revision: 59592

Modified:
   peps/trunk/pep-0307.txt
Log:
Fix a typo.

Modified: peps/trunk/pep-0307.txt
==============================================================================
--- peps/trunk/pep-0307.txt	(original)
+++ peps/trunk/pep-0307.txt	Sat Dec 22 21:11:58 2007
@@ -152,7 +152,7 @@
     __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


More information about the Python-checkins mailing list