diff options
Diffstat (limited to 'doc/ply.html')
-rw-r--r-- | doc/ply.html | 2 |
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> |