[Python-checkins] r73772 - peps/trunk/pep-3129.txt

jesus.cea python-checkins at python.org
Thu Jul 2 17:58:38 CEST 2009


Author: jesus.cea
Date: Thu Jul  2 17:58:38 2009
New Revision: 73772

Log:
Minor typo

Modified:
   peps/trunk/pep-3129.txt

Modified: peps/trunk/pep-3129.txt
==============================================================================
--- peps/trunk/pep-3129.txt	(original)
+++ peps/trunk/pep-3129.txt	Thu Jul  2 17:58:38 2009
@@ -65,7 +65,7 @@
 Implementation
 ==============
 
-Adapating Python's grammar to support class decorators requires
+Adapting Python's grammar to support class decorators requires
 modifying two rules and adding a new rule::
 
  funcdef: [decorators] 'def' NAME parameters ['->' test] ':' suite


More information about the Python-checkins mailing list