[test] Correct doc comment

This commit is contained in:
John Doty 2024-10-05 16:02:39 -07:00
parent eef1db72da
commit 474bbf6964

View file

@ -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"