Skip to content

Commit

Permalink
different version meta message style; close databio#32
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 17, 2019
1 parent 814eda1 commit 4fc190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucidoc/lucidoc.py
Expand Up @@ -274,7 +274,7 @@ def postproc(head, blocks):
_LOGGER.warning("No version info available: {}".format(mod.__name__))
footer = ""
else:
footer = "\n\n**Version Information**: `{}` v{}, generated by `lucidoc` v{}".\
footer = "\n\n*Version Information: `{}` v{}, generated by `lucidoc` v{}*".\
format(mod.__name__, v, __version__)
def postproc(head, blocks):
return basic_finish(head, blocks) + footer
Expand Down

0 comments on commit 4fc190b

Please sign in to comment.