diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-06-09 03:14:54 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-06-09 03:14:54 (GMT) |
commit | b1f59cecc97000396604a3852804932512598938 (patch) | |
tree | 5ab7196447fe808400177fda1317a2ffdbc2879d | |
parent | 9789185e36be41ee82024ce462f29901a7cc1a76 (diff) | |
download | cpython-b1f59cecc97000396604a3852804932512598938.zip cpython-b1f59cecc97000396604a3852804932512598938.tar.gz cpython-b1f59cecc97000396604a3852804932512598938.tar.bz2 |
Issue #21569: Fix incorrect cross reference
-rw-r--r-- | 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 index 249f6d6..8e0d3aa 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`. |