Skip to content

Commit ca13f40

Browse files
committed
Make spelling of noepilog consistent. It should have been noepilogue everywhere, but since it's noepilog in the code the documentation should at least match.
1 parent 6c9963d commit ca13f40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Change log
1818
* Section titles can now be used in tables of contents and linked to. The title itself is also used as the anchor. In the case of repeated names `_replicateX`, where `X` is a number, is prepended to ensure that all titles are uniquely linkable. This was bug `#46 <https://github.com/ribozz/sphinx-argparse/issues/46>`_.
1919
* The positional (aka required) and named (aka optional) option sections are now named "Positional Arguments" and "Named Arguments", for the sake of clarity (e.g., named arguments can be required). This was issue `#58 <https://github.com/ribozz/sphinx-argparse/issues/58>`_.
2020
* Fixed quoting of default strings (issue `#59 <https://github.com/ribozz/sphinx-argparse/issues/59>`_).
21-
* Added the `:noepilogue:` and `:nodescription:` options, thanks to @arewm.
21+
* Added the `:noepilog:` and `:nodescription:` options, thanks to @arewm.
2222
* Added the `:nosubcommand:` option, thanks to @arewm.
2323

2424
0.1.17

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ Other useful directives
9595

9696
:nosubcommands: Do not show subcommands.
9797

98-
:noepilogue: Do not parse the epilogue, which can be useful if it contains text that could be incorrectly parse as reStructuredText.
98+
:noepilog: Do not parse the epilogue, which can be useful if it contains text that could be incorrectly parse as reStructuredText.
9999

100100
:nodescription: Do not parse the description, which can be useful if it contains text that could be incorrectly parse as reStructuredText.

0 commit comments

Comments
 (0)