From 21100ab2798ec928c2e9fae89d7706be25fcf778 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:40:54 -0700 Subject: [PATCH] Remove unnecessary grammar decorations and change header (GH-20819) (GH-22101) (cherry picked from commit b4282dd15079ed46edc9d382b21422320a0af94f) Co-authored-by: Pablo Galindo --- Grammar/python.gram | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Grammar/python.gram b/Grammar/python.gram index 44d435cc159..334a7f56f01 100644 --- a/Grammar/python.gram +++ b/Grammar/python.gram @@ -1,6 +1,5 @@ -# Simplified grammar for Python +# PEG grammar for Python -@bytecode True @trailer ''' void * _PyPegen_parse(Parser *p)