[Python-checkins] r70429 - peps/trunk/pep-3101.txt

mark.dickinson python-checkins at python.org
Tue Mar 17 09:34:18 CET 2009


Author: mark.dickinson
Date: Tue Mar 17 09:34:18 2009
New Revision: 70429

Log:
Fix typo.


Modified:
   peps/trunk/pep-3101.txt

Modified: peps/trunk/pep-3101.txt
==============================================================================
--- peps/trunk/pep-3101.txt	(original)
+++ peps/trunk/pep-3101.txt	Tue Mar 17 09:34:18 2009
@@ -276,7 +276,7 @@
                positive numbers
 
     If the '#' character is present, integers use the 'alternate form'
-    for formatting.  This means that binary, octal, and hexidecimal
+    for formatting.  This means that binary, octal, and hexadecimal
     output will be prefixed with '0b', '0o', and '0x', respectively.
 
     'width' is a decimal integer defining the minimum field width.  If


More information about the Python-checkins mailing list