spelling: delimited

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:25:09 -05:00
parent 2f60d53f62
commit 924f309bff

View file

@ -108,7 +108,7 @@ def test_parse_args():
"""
Test for parse_args()
"""
# No `` delimted strings
# No `` delimited strings
assert ["foo", "bar", "baz"] == parse_args("foo bar baz")
# `` delimited strings