commit | 4f23cabc16027f0b6474ac8c0c1782ec5605e63b | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:45:55 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:45:55 2016 +0000 |
tree | 8df6bff62fc3979049d5bcacead5330313305321 | |
parent | f2f1c57b7e4dcd418c278dd45161a5de65bc05d3 [diff] [blame] |
Corrections for a/an in code comments and documentation
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 @@ /* 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