From: Nick Coghlan Date: Mon, 9 Jun 2014 03:14:54 +0000 (+1000) Subject: Issue #21569: Fix incorrect cross reference X-Git-Tag: v3.4.2rc1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1f59cecc97000396604a3852804932512598938;p=thirdparty%2FPython%2Fcpython.git Issue #21569: Fix incorrect cross reference --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 249f6d6a75a0..8e0d3aa731ba 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -437,7 +437,7 @@ standard input or output. :mod:`argparse` documentation The documentation page of the argparse module. - :ref:`argparse-from-optparse` + :ref:`upgrading-optparse-code` Part of the Python documentation, describing how to convert code that uses :mod:`optparse`.