From: Andrés Delfino Date: Wed, 7 Nov 2018 05:47:11 +0000 (-0300) Subject: Remove duplicate "Reference Guide" in optparse.rst. (GH-10372) X-Git-Tag: v3.8.0a1~562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2b11af91560eaaeb499f702f4b0f244ec756280;p=thirdparty%2FPython%2Fcpython.git Remove duplicate "Reference Guide" in optparse.rst. (GH-10372) --- diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 3afc77bf9f8e..16f1cf008fff 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`.