Skip to content

Commit

Permalink
Update Doc/library/getopt.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Willing <[email protected]>
  • Loading branch information
serhiy-storchaka and willingc authored Oct 30, 2024
1 parent 097cba2 commit 9744ded
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 @@ -152,7 +152,7 @@ and more informative help and error messages by using the :mod:`optparse` module
opts, args = parser.parse_args()
process(args, output=opts.output, verbose=opts.verbose)

A roughtly equivalent command line interface could also be produced by using
A roughly equivalent command line interface could also be produced by using
the :mod:`argparse` module::

import argparse
Expand Down

0 comments on commit 9744ded

Please sign in to comment.