[Python-checkins] r84566 - python/branches/py3k/Misc/pymemcompat.h

florent.xicluna python-checkins at python.org
Mon Sep 6 22:27:15 CEST 2010


Author: florent.xicluna
Date: Mon Sep  6 22:27:15 2010
New Revision: 84566

Log:
typo

Modified:
   python/branches/py3k/Misc/pymemcompat.h

Modified: python/branches/py3k/Misc/pymemcompat.h
==============================================================================
--- python/branches/py3k/Misc/pymemcompat.h	(original)
+++ python/branches/py3k/Misc/pymemcompat.h	Mon Sep  6 22:27:15 2010
@@ -72,7 +72,7 @@
 
    It is possible to support both the 2.0 and 2.2 GC APIs, but it's
    not pretty and this comment block is too narrow to contain a
-   desciption of what's required... */
+   description of what's required... */
 
 #if PY_VERSION_HEX < 0x020200B1
 #define PyObject_GC_New         PyObject_New


More information about the Python-checkins mailing list