]> granicus.if.org Git - python/commitdiff
Issue #21569: Fix incorrect cross reference
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 9 Jun 2014 03:14:54 +0000 (13:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 9 Jun 2014 03:14:54 +0000 (13:14 +1000)
Doc/whatsnew/2.7.rst

index 249f6d6a75a06dd2e343b8b02a674ed020f166f5..8e0d3aa731ba10ce7e94d79e0e51200cea631fae 100644 (file)
@@ -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`.