diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 9b7dc875533..07f474ddfb4 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -389,10 +389,10 @@ standard input or output. .. seealso:: - `argparse documentation `__ + :mod:`argparse` documentation The documentation page of the argparse module. - `Upgrading optparse code to use argparse `__ + :ref:`argparse-from-optparse` Part of the Python documentation, describing how to convert code that uses :mod:`optparse`.