mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Corrections for a/an in code comments and documentation
This commit is contained in:
parent
f0564164ba
commit
4c35964b76
9 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue