summaryrefslogtreecommitdiff
path: root/ply
diff options
context:
space:
mode:
Diffstat (limited to 'ply')
-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.