summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2007-11-28 17:34:57 +0000
committerDavid Beazley <dave@dabeaz.com>2007-11-28 17:34:57 +0000
commit1fcdc01f1d188a2df49b53576bf2659f5f323f63 (patch)
treed31efd2ea4b27f6cfff82a636385ea684cffb2e1 /doc
parentfaa450f731cf46d381904424c3227bfa12d7edfe (diff)
downloadply-1fcdc01f1d188a2df49b53576bf2659f5f323f63.tar.gz
Minor doc updates
Diffstat (limited to 'doc')
-rw-r--r--doc/ply.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ply.html b/doc/ply.html
index a4a5264..2476c36 100644
--- a/doc/ply.html
+++ b/doc/ply.html
@@ -1090,6 +1090,7 @@ would probably be a bad idea to modify this unless you really know what you're d
<blockquote>
This is the raw <tt>Match</tt> object returned by the Python <tt>re.match()</tt> function (used internally by PLY) for the
current token. If you have written a regular expression that contains named groups, you can use this to retrieve those values.
+Note: This attribute is only updated when tokens are defined and processed by functions.
</blockquote>
<H3><a name="ply_nn21"></a>3.18 Conditional lexing and start conditions</H3>