Spelling and minor changes (#12122)

This commit is contained in:
Josh Soref
2024-05-15 12:49:34 -04:00
committed by GitHub
parent fa1d5be3e8
commit 8d00811822
46 changed files with 100 additions and 97 deletions

View File

@@ -94,7 +94,7 @@ def test_get_real_func_partial() -> None:
assert get_real_func(partial(foo)) is foo
@pytest.mark.skipif(sys.version_info >= (3, 11), reason="couroutine removed")
@pytest.mark.skipif(sys.version_info >= (3, 11), reason="coroutine removed")
def test_is_generator_asyncio(pytester: Pytester) -> None:
pytester.makepyfile(
"""