Commit 2e873115 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent ccd7fbd1
......@@ -1239,7 +1239,7 @@ C API
- Issue #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE
and Py_REFCNT.
- Added case insensitive comparsion methods ``PyOS_stricmp(char*, char*)``
- Added case insensitive comparison methods ``PyOS_stricmp(char*, char*)``
and ``PyOS_strnicmp(char*, char*, Py_ssize_t)``.
- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx macro
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment