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

@@ -255,7 +255,7 @@ def test_getfuncsource_dynamic() -> None:
assert str(g_source).strip() == "def g():\n pass # pragma: no cover"
def test_getfuncsource_with_multine_string() -> None:
def test_getfuncsource_with_multiline_string() -> None:
def f():
c = """while True:
pass