diff --git a/tests/test_parse.py b/tests/test_parse.py index a7886f8..c21b7e3 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -124,7 +124,7 @@ return output -# Draws multiple words made of identifiers and reserved words +# Draws zero or more words made of identifiers and reserved words @composite def draw_word_salad(draw, exclude_words): reserved = reserved_words.copy()