diff options
Diffstat (limited to 'docs/HowToUsePyparsing.rst')
-rw-r--r-- | docs/HowToUsePyparsing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToUsePyparsing.rst b/docs/HowToUsePyparsing.rst index 9af6862..218aa58 100644 --- a/docs/HowToUsePyparsing.rst +++ b/docs/HowToUsePyparsing.rst @@ -1069,7 +1069,7 @@ This will result in the railroad diagram being written to ``output.html`` Example ------- -You can view an example railroad diagram generated from a pyparsing grammar `here <_static/json.html>`_. +You can view an example railroad diagram generated from a pyparsing grammar for SQL ``SELECT`` statements `here <_static/sql_railroad.html>`_. Customization ------------- |