Skip to content

Commit

Permalink
Update Doc/library/argparse.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 c52e8cd commit 2cbaf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ the extracted data in a :class:`argparse.Namespace` object::
print(args.filename, args.count, args.verbose)

.. note::
If you're looking a guide about how to upgrade :mod:`optparse` code
If you're looking for a guide about how to upgrade :mod:`optparse` code
to :mod:`!argparse`, see :ref:`Upgrading Optparse Code <upgrading-optparse-code>`.

ArgumentParser objects
Expand Down

0 comments on commit 2cbaf6f

Please sign in to comment.