]> granicus.if.org Git - python/commitdiff
Typo fixes.
authorFred Drake <fdrake@acm.org>
Thu, 30 May 2002 16:41:14 +0000 (16:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 30 May 2002 16:41:14 +0000 (16:41 +0000)
Misc/pymemcompat.h

index 020a8b45c0e7acbee78975bdcdd69dea082451dd..24221ec9226ec5ac378d4a86ce0e8fa1c678e59b 100644 (file)
@@ -1,7 +1,7 @@
-/* this idea of this file is that you bundle it with your extension,
+/* The idea of this file is that you bundle it with your extension,
    #include it, program to Python 2.3's memory API and have your
    extension build with any version of Python from 1.5.2 through to
-   2.3 (and hopefully beyond) */
+   2.3 (and hopefully beyond). */
 
 #ifndef Py_PYMEMCOMPAT_H
 #define Py_PYMEMCOMPAT_H