[Python-checkins] r51689 - peps/trunk/pep-0362.txt

george.yoshida python-checkins at python.org
Sat Sep 2 19:21:40 CEST 2006


Author: george.yoshida
Date: Sat Sep  2 19:21:40 2006
New Revision: 51689

Modified:
   peps/trunk/pep-0362.txt
Log:
Typo fix

Modified: peps/trunk/pep-0362.txt
==============================================================================
--- peps/trunk/pep-0362.txt	(original)
+++ peps/trunk/pep-0362.txt	Sat Sep  2 19:21:40 2006
@@ -45,7 +45,7 @@
     function objects for methods do not know the class they are
     contained within.  This makes functions and methods
     indistinguishable from one another when passed to decorators,
-    prevventing proper creation of a fully qualified name.
+    preventing proper creation of a fully qualified name.
     indistinguishable from
 * var_args:str
     Name of the ``*args`` parameter, if present, else the empty


More information about the Python-checkins mailing list