diff --git a/tests/test_parse.py b/tests/test_parse.py index 4a79ff9..14500b8 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -303,7 +303,7 @@ return (token, result) -# Tests parse_boolean works correctly +# Tests parse_bool works correctly # We expect the following behaviour: # - Only the first token is parsed # - The resulting boolean is True if the first token is True