diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 (GMT) |
commit | b1d867f14965e2369d31a3fcdab5bca34b4d81b4 (patch) | |
tree | e12a80fb726447f7e1c09839aae24fd9277258ce /Python/pythonrun.c | |
parent | 5db0b3396e664affee09c0cb2094fdafc94acd94 (diff) | |
download | cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.zip cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.tar.gz cpython-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.tar.bz2 |
Issue #27076: Doc, comment and test function name spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 9b5f62d..7b85268 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1919,7 +1919,7 @@ PyOS_setsig(int sig, PyOS_sighandler_t handler) #endif } -/* Deprecated C API functions still provided for binary compatiblity */ +/* Deprecated C API functions still provided for binary compatibility */ #undef PyParser_SimpleParseFile PyAPI_FUNC(node *) |