[Python-checkins] cpython (3.4): Issue #21569: Fix incorrect cross reference

nick.coghlan python-checkins at python.org
Mon Jun 9 05:30:52 CEST 2014


http://hg.python.org/cpython/rev/454d4a9a3088
changeset:   91098:454d4a9a3088
branch:      3.4
parent:      91094:31dbdd7596aa
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Jun 09 13:14:54 2014 +1000
summary:
  Issue #21569: Fix incorrect cross reference

files:
  Doc/whatsnew/2.7.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -437,7 +437,7 @@
    :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`.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list