]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Oct 2020 00:32:36 +0000 (17:32 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 00:32:36 +0000 (17:32 -0700)
(cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/glossary.rst

index 7be755e4113108b5c874ce7252a3a91125005b3b..632ed3f4301c0745201785575b7bec9710172f2e 100644 (file)
@@ -1024,7 +1024,7 @@ Glossary
       :meth:`index`, :meth:`__contains__`, and
       :meth:`__reversed__`. Types that implement this expanded
       interface can be registered explicitly using
-      :func:`~abc.register`.
+      :func:`~abc.ABCMeta.register`.
 
    single dispatch
       A form of :term:`generic function` dispatch where the implementation is