From: Fred Drake Date: Thu, 30 May 2002 16:41:14 +0000 (+0000) Subject: Typo fixes. X-Git-Tag: v2.3c1~5556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e9abf0efd230e3d66078b4c3d0d1ed0b2f696c5;p=python Typo fixes. --- diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 020a8b45c0..24221ec922 100644 --- a/Misc/pymemcompat.h +++ b/Misc/pymemcompat.h @@ -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