summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2017-04-13 06:29:40 -0500
committerGitHub <noreply@github.com>2017-04-13 06:29:40 -0500
commitdb00266e06e9cba45d64096c0477afdeec385bf4 (patch)
tree6d23760aa13d6cd929e7dcca908fd024338ad122
parentd59e139f7f1cd2cf846cfe0de6fb924a20f1b4f2 (diff)
parent877b0ec6b3ac6996e4de3e63221bf8179c104d14 (diff)
downloadply-db00266e06e9cba45d64096c0477afdeec385bf4.tar.gz
Merge pull request #118 from divergentdave/patch-1
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.