summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ply.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ply.html b/doc/ply.html
index b35ba44..f6e1a87 100644
--- a/doc/ply.html
+++ b/doc/ply.html
@@ -353,7 +353,7 @@ while True:
The <tt>tok.type</tt> and <tt>tok.value</tt> attributes contain the
type and value of the token itself.
-<tt>tok.line</tt> and <tt>tok.lexpos</tt> contain information about
+<tt>tok.lineno</tt> and <tt>tok.lexpos</tt> contain information about
the location of the token. <tt>tok.lexpos</tt> is the index of the
token relative to the start of the input text.