mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
This commit is contained in:
parent
0399cf9b5e
commit
61f82e0e33
15 changed files with 16 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue