Skip to content

Commit e16c9cc

Browse files
committed
typo: backslask
1 parent 865fd7f commit e16c9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_arcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def test_multi_multiline_with(self) -> None:
381381
branchz_missing="",
382382
)
383383

384-
def test_multi_multiline_with_backslask(self) -> None:
384+
def test_multi_multiline_with_backslash(self) -> None:
385385
# https://github.com/nedbat/coveragepy/issues/1880
386386
self.check_coverage("""\
387387
import contextlib, itertools

0 commit comments

Comments
 (0)