Skip to content

Commit 32ac0bf

Browse files
authored
Update whats_new_in_3_0_0.rst (pyparsing#258)
since `pip install railroad` install anthor package, I think it is better to point out the corrected one.
1 parent 2f0f24d commit 32ac0bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/whats_new_in_3_0_0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ New Features
2020
Railroad diagramming
2121
--------------------
2222
An excellent new enhancement is the new railroad diagram
23-
generator for documenting pyparsing parsers::
23+
generator for documenting pyparsing parsers. You need to install
24+
`Railroad-Diagram Generator package` https://pypi.org/project/railroad-diagrams/ to test this example::
2425

2526
import pyparsing as pp
2627

0 commit comments

Comments
 (0)