[Python-checkins] r64330 - peps/trunk/pep-0372.txt

armin.ronacher python-checkins at python.org
Tue Jun 17 11:23:26 CEST 2008


Author: armin.ronacher
Date: Tue Jun 17 11:23:26 2008
New Revision: 64330

Log:
PEP 0372: `__reverse__` -> `__reversed__`



Modified:
   peps/trunk/pep-0372.txt

Modified: peps/trunk/pep-0372.txt
==============================================================================
--- peps/trunk/pep-0372.txt	(original)
+++ peps/trunk/pep-0372.txt	Tue Jun 17 11:23:26 2008
@@ -136,7 +136,7 @@
 ``odict.reverse()``
     Reverses the odict in place.
 
-``odict.__reverse__()``
+``odict.__reversed__()``
     Supports reverse iteration by key.
 
 ``odict.__eq__()`` / ``odict.__ne__()``


More information about the Python-checkins mailing list