mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Typo fixes.
This commit is contained in:
parent
e4df27f084
commit
1e9abf0efd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue