Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix incomplete line on optparse documentation
This line seems to be incomplete. This fix come from the translation
to spanish of @fjsevilla-dev on python/python-docs-es#758.
reading the proposal for the translate has sense add `the next lines`.
  • Loading branch information
earias314 committed Sep 25, 2020
commit 4e65fc3524840dfef833042c0ef74ee59583cce1
2 changes: 1 addition & 1 deletion Doc/library/optparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ equivalent to the above example::
<yourscript> -q -foutfile
<yourscript> -qfoutfile

Additionally, users can run one of ::
Additionally, users can run one of the next lines::

<yourscript> -h
<yourscript> --help
Expand Down