Skip to content

Commit

Permalink
Fixed typo in template.jinja2 (for railroad diagrams) - fixes #388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Apr 22, 2022
1 parent a73e4d2 commit b1fff2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -12,6 +12,9 @@ Version 3.0.9 - (in development)
and replaced them with typing.Optional, typing.Dict, and
typing.Iterable throughout.)

- Fixed typo in jinja2 template for railroad diagrams, thanks for the
catch Nioub (issue #388).


Version 3.0.8 -
---------------
Expand Down
2 changes: 1 addition & 1 deletion pyparsing/__init__.py
Expand Up @@ -129,7 +129,7 @@ def __repr__(self):


__version_info__ = version_info(3, 0, 9, "final", 0)
__version_time__ = "11 Apr 2022 12:52 UTC"
__version_time__ = "22 Apr 2022 12:22 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion pyparsing/diagram/template.jinja2
Expand Up @@ -8,7 +8,7 @@
}
</style>
{% else %}
{{ hear | safe }}
{{ head | safe }}
{% endif %}
</head>
<body>
Expand Down

0 comments on commit b1fff2e

Please sign in to comment.