summaryrefslogtreecommitdiffstats
path: root/Include/pythonrun.h
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:45:55 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:45:55 (GMT)
commit4f23cabc16027f0b6474ac8c0c1782ec5605e63b (patch)
tree8df6bff62fc3979049d5bcacead5330313305321 /Include/pythonrun.h
parentf2f1c57b7e4dcd418c278dd45161a5de65bc05d3 (diff)
downloadcpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.zip
cpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.tar.gz
cpython-4f23cabc16027f0b6474ac8c0c1782ec5605e63b.tar.bz2
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 2151dda..cfb02b0 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -155,7 +155,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