[Python-checkins] r60037 - peps/trunk/pep-3118.txt

thomas.heller python-checkins at python.org
Fri Jan 18 09:01:21 CET 2008


Author: thomas.heller
Date: Fri Jan 18 09:01:20 2008
New Revision: 60037

Modified:
   peps/trunk/pep-3118.txt
Log:
Fix typo.

Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt	(original)
+++ peps/trunk/pep-3118.txt	Fri Jan 18 09:01:20 2008
@@ -686,7 +686,7 @@
 'w'               ucs-4 
 'O'               pointer to Python Object 
 'Z'               complex (whatever the next specifier is)
-'&'               specific pointer (prefix before another charater) 
+'&'               specific pointer (prefix before another character) 
 'T{}'             structure (detailed layout inside {}) 
 '(k1,k2,...,kn)'  multi-dimensional array of whatever follows 
 ':name:'          optional name of the preceeding element 


More information about the Python-checkins mailing list