diff --git a/python_libs/pebble-loghash/test_dehashing.py b/python_libs/pebble-loghash/test_dehashing.py index d98863cf..bbd7d33e 100644 --- a/python_libs/pebble-loghash/test_dehashing.py +++ b/python_libs/pebble-loghash/test_dehashing.py @@ -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