SF Patch #1093896: miscellaneous doc typos

This commit is contained in:
Raymond Hettinger 2005-01-01 00:28:46 +00:00
parent f871d833dd
commit 68804315e0
60 changed files with 103 additions and 102 deletions

View file

@ -134,7 +134,7 @@ that \var{TYPE} refers to any C type.
In addition, the following macro sets are provided for calling the
Python memory allocator directly, without involving the C API functions
listed above. However, note that their use does not preserve binary
compatibility accross Python versions and is therefore deprecated in
compatibility across Python versions and is therefore deprecated in
extension modules.
\cfunction{PyMem_MALLOC()}, \cfunction{PyMem_REALLOC()}, \cfunction{PyMem_FREE()}.