diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-30 16:41:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-30 16:41:14 (GMT) |
commit | 1e9abf0efd230e3d66078b4c3d0d1ed0b2f696c5 (patch) | |
tree | df2893ad46ff94c80f0fbf29f25029d12190d594 /Misc/pymemcompat.h | |
parent | e4df27f08444dbb61fdb0a776de5794365bd44b3 (diff) | |
download | cpython-1e9abf0efd230e3d66078b4c3d0d1ed0b2f696c5.zip cpython-1e9abf0efd230e3d66078b4c3d0d1ed0b2f696c5.tar.gz cpython-1e9abf0efd230e3d66078b4c3d0d1ed0b2f696c5.tar.bz2 |
Typo fixes.
Diffstat (limited to 'Misc/pymemcompat.h')
-rw-r--r-- | Misc/pymemcompat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 020a8b4..24221ec 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 |