summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2017-02-18 20:04:44 -0600
committerDavid Beazley <dave@dabeaz.com>2017-02-18 20:04:44 -0600
commit031fb0eebda3894c94f5c6de5f4f35cc327ff259 (patch)
treea093fdc90104bd82f4862c54602def7891fe6256
parentd951379d84450bdaa996a7201f62fce294ae02d3 (diff)
downloadply-031fb0eebda3894c94f5c6de5f4f35cc327ff259.tar.gz
Fixed issue #110
-rw-r--r--doc/ply.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ply.html b/doc/ply.html
index 0b232b2..62697b8 100644
--- a/doc/ply.html
+++ b/doc/ply.html
@@ -3140,7 +3140,7 @@ each time it runs (which may take awhile depending on how large your grammar is)
<blockquote>
<pre>
-parser = yacc.parse(debug=True)
+parser.parse(input_text, debug=True)
</pre>
</blockquote>