Skip to content

Commit

Permalink
typo: backslask
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 23, 2024
1 parent 865fd7f commit e16c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e16c9cc

Please sign in to comment.