[Python-checkins] r59177 - peps/trunk/pep-3100.txt

skip.montanaro python-checkins at python.org
Sat Nov 24 21:37:43 CET 2007


Author: skip.montanaro
Date: Sat Nov 24 21:37:43 2007
New Revision: 59177

Modified:
   peps/trunk/pep-3100.txt
Log:
missing SPC

Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Nov 24 21:37:43 2007
@@ -121,7 +121,7 @@
 * ```x```: use ``repr(x)`` [2]_ [done]
 * The ``<>`` operator: use ``!=`` instead [3]_ [done]
 * The __mod__ and __divmod__ special methods on float. [they should stay] [21]_
-* Drop unbound methods[7]_ [25]_
+* Drop unbound methods [7]_ [25]_
 * METH_OLDARGS
 * WITH_CYCLE_GC [done]
 * __getslice__, __setslice__, __delslice__ [#sequence-types]_;


More information about the Python-checkins mailing list