Skip to content

Commit ceed8a5

Browse files
alexfiklinducer
authored andcommitted
fix: some newly surfaced typos
1 parent 5c995ad commit ceed8a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pytools/test/test_pytools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,8 @@ def test_strtobool():
715715
assert strtobool("off") is False
716716

717717
with pytest.raises(ValueError):
718-
strtobool("tru")
719-
strtobool("fal")
718+
strtobool("tru") # spellchecker: disable-line
719+
strtobool("fal") # spellchecker: disable-line
720720
strtobool("xxx")
721721
strtobool(".")
722722

0 commit comments

Comments
 (0)