[8.2.x] Spelling (#12331)

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-15 18:25:57 +00:00
committed by GitHub
parent f179bf252f
commit bb5a1257b0
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