summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamoilenko Roman <ttahabatt@gmail.com>2018-05-28 20:32:58 +0300
committerGitHub <noreply@github.com>2018-05-28 20:32:58 +0300
commitf335d246ebccfa12244b2bd36dad6fae2bc259cc (patch)
treef0558c4179abc10b1b5124eef916a9644274e1bc /doc
parent0f398b72618c1564d71f7dc0558e6722b241875a (diff)
downloadply-f335d246ebccfa12244b2bd36dad6fae2bc259cc.tar.gz
Update ply.html
Diffstat (limited to 'doc')
-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.