Skip to content

Commit abaf757

Browse files
committed
Fix whitespace
1 parent 8c2e1ac commit abaf757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ For instance, in this :mod:`argparse` output:
815815
-q, --quiet
816816
817817
The strings ``usage:``, ``positional arguments:``, ``options:`` and
818-
``show this help message and exit`` are all translatable.
818+
``show this help message and exit`` are all translatable.
819819

820820
In order to translate these strings, they must first be extracted
821821
into a ``.po`` file. For example, using `Babel <https://babel.pocoo.org/>`__,

0 commit comments

Comments
 (0)