diff options
| author | Nick Coghlan <ncoghlan@gmail.com> | 2014-06-09 03:30:33 (GMT) |
|---|---|---|
| committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-06-09 03:30:33 (GMT) |
| commit | 9f488512a8f95684efe60a0fa6422389fbcd2ef6 (patch) | |
| tree | ac34a4ff4ff654c9ee30e2704965bd23862c0a8d | |
| parent | 350985da894dd7d6fb9f9a8ef7b2522cdb41a1e6 (diff) | |
| parent | b1f59cecc97000396604a3852804932512598938 (diff) | |
| download | cpython-9f488512a8f95684efe60a0fa6422389fbcd2ef6.zip cpython-9f488512a8f95684efe60a0fa6422389fbcd2ef6.tar.gz cpython-9f488512a8f95684efe60a0fa6422389fbcd2ef6.tar.bz2 | |
Issue #21569: merge from 3.4
| -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`. |
