mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Fix typos in the Lib directory (GH-28775)
Fix typos in the Lib directory as identified by codespell. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
db693df3e1
commit
745c9d9dfc
64 changed files with 83 additions and 83 deletions
|
@ -53,7 +53,7 @@ class IsolatedAsyncioTestCase(TestCase):
|
|||
# We intentionally don't add inspect.iscoroutinefunction() check
|
||||
# for func argument because there is no way
|
||||
# to check for async function reliably:
|
||||
# 1. It can be "async def func()" iself
|
||||
# 1. It can be "async def func()" itself
|
||||
# 2. Class can implement "async def __call__()" method
|
||||
# 3. Regular "def func()" that returns awaitable object
|
||||
self.addCleanup(*(func, *args), **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue