]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)
authorAndrés Delfino <adelfino@gmail.com>
Wed, 7 Nov 2018 05:47:11 +0000 (02:47 -0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Nov 2018 05:47:11 +0000 (07:47 +0200)
Doc/library/optparse.rst

index 3afc77bf9f8ecde6f30fc996ec5242edb3b61779..16f1cf008fff3e8031fdd5036dcd4b22e92df1fd 100644 (file)
@@ -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`.