From 474bbf696441c34353977a04bdad236b038ad0c0 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 5 Oct 2024 16:02:39 -0700 Subject: [PATCH] [test] Correct doc comment --- tests/test_grammar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_grammar.py b/tests/test_grammar.py index ab4834f..7c5b9f2 100644 --- a/tests/test_grammar.py +++ b/tests/test_grammar.py @@ -67,7 +67,7 @@ def test_lr0_lr0(): def test_all_generators(): - """An LR0 grammar should work with an LR0 generator.""" + """This grammar should work with everything honestly.""" class G(Grammar): start = "E"