We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b550b00 commit 2e9d488Copy full SHA for 2e9d488
Doc/whatsnew/2.7.rst
@@ -389,10 +389,10 @@ standard input or output.
389
390
.. seealso::
391
392
- `argparse documentation <http://docs.python.org/dev/library/argparse.html>`__
+ :mod:`argparse` documentation
393
The documentation page of the argparse module.
394
395
- `Upgrading optparse code to use argparse <http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code>`__
+ :ref:`argparse-from-optparse`
396
Part of the Python documentation, describing how to convert
397
code that uses :mod:`optparse`.
398
0 commit comments