Skip to content

Commit 8335f6b

Browse files
jakob-kellerLee-W
authored andcommitted
test: fix typo
1 parent 6a01e97 commit 8335f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
skip_below_py_3_10 = pytest.mark.skipif(
1414
sys.version_info < (3, 10),
15-
reason="The output meesage of argparse is different between Python 3.10 and lower than Python 3.10",
15+
reason="The output message of argparse is different between Python 3.10 and lower than Python 3.10",
1616
)
1717

1818

0 commit comments

Comments
 (0)