summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cook <divergentdave@gmail.com>2017-04-05 21:14:18 -0500
committerGitHub <noreply@github.com>2017-04-05 21:14:18 -0500
commit877b0ec6b3ac6996e4de3e63221bf8179c104d14 (patch)
treece86ad37cbab05039eb985c892a0652dae0b115d
parentd4c866480ff18263e83df5600f017e6528e8d8ce (diff)
downloadply-877b0ec6b3ac6996e4de3e63221bf8179c104d14.tar.gz
Fix typo in comment
-rw-r--r--ply/ygen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ply/ygen.py b/ply/ygen.py
index acf5ca1..62a2c35 100644
--- a/ply/ygen.py
+++ b/ply/ygen.py
@@ -3,7 +3,7 @@
# This is a support program that auto-generates different versions of the YACC parsing
# function with different features removed for the purposes of performance.
#
-# Users should edit the method LParser.parsedebug() in yacc.py. The source code
+# Users should edit the method LRParser.parsedebug() in yacc.py. The source code
# for that method is then used to create the other methods. See the comments in
# yacc.py for further details.