Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
Prev Previous commit
Update Doc/library/argparse.rst
Co-authored-by: Martin Panter <[email protected]>
  • Loading branch information
serhiy-storchaka and vadmium authored Oct 31, 2024
commit 2c2f48f39e4e6a2f00825209792e4215be098c44
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module also automatically generates help and usage messages. The module
will also issue errors when users give the program invalid arguments.

.. note::
Fine details of the command-line interface built with using the
The finer details of the command-line interface built with the
:mod:`!argparse` module differ from common Unix and Linux programs.
If you want to implement a more compatible interface, consider using
the :mod:`optparse` or :mod:`getopt` modules.
Expand Down