From e57942a5538e5a7ac35f3904683abcd9cab88a0d Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sun, 5 Oct 2025 10:21:23 +0300 Subject: [PATCH] fix: some newly surfaced typos --- pytools/test/test_pytools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytools/test/test_pytools.py b/pytools/test/test_pytools.py index f6cffc80..4681f3a5 100644 --- a/pytools/test/test_pytools.py +++ b/pytools/test/test_pytools.py @@ -715,8 +715,8 @@ def test_strtobool(): assert strtobool("off") is False with pytest.raises(ValueError): - strtobool("tru") - strtobool("fal") + strtobool("tru") # spellchecker: disable-line + strtobool("fal") # spellchecker: disable-line strtobool("xxx") strtobool(".")