commit | b1f59cecc97000396604a3852804932512598938 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Jun 09 13:14:54 2014 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Jun 09 13:14:54 2014 +1000 |
tree | 5ab7196447fe808400177fda1317a2ffdbc2879d | |
parent | 9789185e36be41ee82024ce462f29901a7cc1a76 [diff] |
Issue #21569: Fix incorrect cross reference
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 249f6d6..8e0d3aa 100644 --- 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`.