summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorretsyo <lepto.python@gmail.com>2021-01-04 06:36:45 +0800
committerGitHub <noreply@github.com>2021-01-03 16:36:45 -0600
commit32ac0bf9837f3aa33322029509e40d378e373ba5 (patch)
treefedcff75ec33e9e1fd94b5f57f76db9828130c31
parent2f0f24daddb1abb22a612f03da6a5333c426d3cc (diff)
downloadpyparsing-git-32ac0bf9837f3aa33322029509e40d378e373ba5.tar.gz
Update whats_new_in_3_0_0.rst (#258)
since `pip install railroad` install anthor package, I think it is better to point out the corrected one.
-rw-r--r--docs/whats_new_in_3_0_0.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/whats_new_in_3_0_0.rst b/docs/whats_new_in_3_0_0.rst
index 24e9423..b5e6801 100644
--- a/docs/whats_new_in_3_0_0.rst
+++ b/docs/whats_new_in_3_0_0.rst
@@ -20,7 +20,8 @@ New Features
Railroad diagramming
--------------------
An excellent new enhancement is the new railroad diagram
-generator for documenting pyparsing parsers::
+generator for documenting pyparsing parsers. You need to install
+`Railroad-Diagram Generator package` https://pypi.org/project/railroad-diagrams/ to test this example::
import pyparsing as pp