Spelling fixes to docs, docstrings, and comments (GH-6374)

This commit is contained in:
Ville Skyttä 2018-04-20 23:08:45 +03:00 committed by Terry Jan Reedy
parent 0399cf9b5e
commit 61f82e0e33
15 changed files with 16 additions and 16 deletions

View file

@ -65,7 +65,7 @@ PyAPI_FUNC(PyContextToken *) PyContextVar_Set(
/* Reset a variable to its previous value.
Returns 0 on sucess, -1 on error.
Returns 0 on success, -1 on error.
*/
PyAPI_FUNC(int) PyContextVar_Reset(
PyContextVar *var, PyContextToken *token);