From ba9bbbb94641ad7c8cf0a1961d3e462aae9383cb Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Thu, 5 Mar 2020 12:26:09 -0800 Subject: [PATCH] Add language reference to Grammar checklist. --- grammar.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammar.rst b/grammar.rst index fb17ab9b36..4bdf3c54ee 100644 --- a/grammar.rst +++ b/grammar.rst @@ -65,4 +65,5 @@ Note: sometimes things mysteriously don't work. Before giving up, try ``make cl * :file:`Lib/lib2to3/Grammar.txt` may need changes to match the Grammar. -* Documentation must be written! +* Documentation must be written! Specifically, one or more of the pages in + :file:`Doc/reference/` will need to be updated.