mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32746: Fix multiple typos (GH-5144)
Fix typos found by codespell in docs, docstrings, and comments.
This commit is contained in:
parent
589c718a8e
commit
c3d9508ff2
22 changed files with 34 additions and 35 deletions
|
@ -187,7 +187,7 @@ is_coroutine(PyObject *coro)
|
|||
return _is_coroutine(coro);
|
||||
}
|
||||
|
||||
/* either an error has occured or
|
||||
/* either an error has occurred or
|
||||
type(coro) is in iscoroutine_typecache
|
||||
*/
|
||||
return has_it;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue