From e16c9cc8c86edea415695ebd34ccad43b1b84a69 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 23 Dec 2024 15:18:17 -0500 Subject: [PATCH] typo: backslask --- tests/test_arcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_arcs.py b/tests/test_arcs.py index bdc83f154..2de507b3e 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -381,7 +381,7 @@ def test_multi_multiline_with(self) -> None: branchz_missing="", ) - def test_multi_multiline_with_backslask(self) -> None: + def test_multi_multiline_with_backslash(self) -> None: # https://github.com/nedbat/coveragepy/issues/1880 self.check_coverage("""\ import contextlib, itertools