We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01e97 commit 8335f6bCopy full SHA for 8335f6b
tests/utils.py
@@ -12,7 +12,7 @@
12
13
skip_below_py_3_10 = pytest.mark.skipif(
14
sys.version_info < (3, 10),
15
- reason="The output meesage of argparse is different between Python 3.10 and lower than Python 3.10",
+ reason="The output message of argparse is different between Python 3.10 and lower than Python 3.10",
16
)
17
18
0 commit comments