diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-11-07 05:47:11 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-07 05:47:11 (GMT) |
commit | d2b11af91560eaaeb499f702f4b0f244ec756280 (patch) | |
tree | b7eb10f787187832e133c5822741f4b4882ad366 /Doc | |
parent | 76cd0c30d60961d1a10e2673834a455d2b51f695 (diff) | |
download | cpython-d2b11af91560eaaeb499f702f4b0f244ec756280.zip cpython-d2b11af91560eaaeb499f702f4b0f244ec756280.tar.gz cpython-d2b11af91560eaaeb499f702f4b0f244ec756280.tar.bz2 |
Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/optparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 3afc77b..16f1cf0 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -415,7 +415,7 @@ Some other actions supported by :mod:`optparse` are: ``"callback"`` call a specified function -These are covered in section :ref:`optparse-reference-guide`, Reference Guide +These are covered in section :ref:`optparse-reference-guide`, and section :ref:`optparse-option-callbacks`. |