Skip to content

Commit

Permalink
Change example Sphinx grammar name to "Sphinx engine example"
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Apr 21, 2019
1 parent 473686d commit 16a62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly/examples/_sphinx_engine_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ExampleRule(MappingRule):
]


grammar = Grammar("test", engine=engine)
grammar = Grammar("Sphinx engine example", engine=engine)
grammar.add_rule(ExampleRule())
grammar.load()

Expand Down

0 comments on commit 16a62f4

Please sign in to comment.