Issue #27076: Doc, comment and test function name spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
Martin Panter
2016-05-26 05:28:50 +00:00
parent 5db0b3396e
commit b1d867f149
45 changed files with 51 additions and 50 deletions

View File

@@ -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 *)