aboutsummaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
commit4c35964b764540988bfb342bffc7c4b1cb674031 (patch)
treeaecd23f6cba96f1110bd90cc9fd774f17d6fa4ce /Include/pythonrun.h
parentf0564164bab43f078c9f84f334d72ddb0e69110c (diff)
downloadcpython3-4c35964b764540988bfb342bffc7c4b1cb674031.tar.gz
Corrections for a/an in code comments and documentation
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r--Include/pythonrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index f92148da07..9c2e813ad0 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -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