Skip to content

Commit

Permalink
Update Doc/library/getopt.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Panter <[email protected]>
  • Loading branch information
serhiy-storchaka and vadmium authored Oct 31, 2024
1 parent 9744ded commit 8f211ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/getopt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The :mod:`getopt` module is a parser for command line options whose API is
designed to be familiar to users of the C :c:func:`!getopt` function. Users who
are unfamiliar with the C :c:func:`!getopt` function or who would like to write
less code and get better help and error messages should consider using the
:mod:`optparse` or :mod:`argparse` module instead.
:mod:`optparse` or :mod:`argparse` modules instead.

This module provides two functions and an
exception:
Expand Down

0 comments on commit 8f211ff

Please sign in to comment.