Corrections for a/an in code comments and documentation

This commit is contained in:
Martin Panter 2016-05-08 13:53:41 +00:00
parent f0564164ba
commit 4c35964b76
9 changed files with 14 additions and 14 deletions

View file

@ -176,7 +176,7 @@ PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
/* Stack size, in "pointers" (so we get extra safety margins
on 64-bit platforms). On a 32-bit platform, this translates
to a 8k margin. */
to an 8k margin. */
#define PYOS_STACK_MARGIN 2048
#if defined(WIN32) && !defined(MS_WIN64) && defined(_MSC_VER) && _MSC_VER >= 1300