[Python-checkins] r88860 - sandbox/trunk/pep362/pep362.py

brett.cannon python-checkins at python.org
Wed Jun 29 06:23:29 CEST 2011


Author: brett.cannon
Date: Wed Jun 29 06:23:28 2011
New Revision: 88860

Log:
Fix a spelling mistake in a docstring.

Modified:
   sandbox/trunk/pep362/pep362.py

Modified: sandbox/trunk/pep362/pep362.py
==============================================================================
--- sandbox/trunk/pep362/pep362.py	(original)
+++ sandbox/trunk/pep362/pep362.py	Wed Jun 29 06:23:28 2011
@@ -59,7 +59,7 @@
     * var_args
         Name of the variable positional parameter, else ''.
     * var_kw_wargs
-        Name of the variable keywrod parameter, else ''.
+        Name of the variable keyword parameter, else ''.
     * var_annotations
         Dict keyed on the variable parameter names with the values of the
         annotation for the parameter.  If an annotation does not exist for a


More information about the Python-checkins mailing list