commit | b1d867f14965e2369d31a3fcdab5bca34b4d81b4 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu May 26 05:28:50 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu May 26 05:28:50 2016 +0000 |
tree | e12a80fb726447f7e1c09839aae24fd9277258ce | |
parent | 5db0b3396e664affee09c0cb2094fdafc94acd94 [diff] [blame] |
Issue #27076: Doc, comment and test function name spelling fixes Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
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 @@ #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 *)