Issue #21569: Fix incorrect cross reference

This commit is contained in:
Nick Coghlan 2014-06-09 13:14:54 +10:00
parent 9789185e36
commit b1f59cecc9

View file

@ -437,7 +437,7 @@ standard input or output.
:mod:`argparse` documentation :mod:`argparse` documentation
The documentation page of the argparse module. The documentation page of the argparse module.
:ref:`argparse-from-optparse` :ref:`upgrading-optparse-code`
Part of the Python documentation, describing how to convert Part of the Python documentation, describing how to convert
code that uses :mod:`optparse`. code that uses :mod:`optparse`.