]> 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:33:01 +0000 (17:33 -0700)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 00:33:01 +0000 (17:33 -0700)
(cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587)

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

index 189d49ee0d6279b0823f1c4d6d0539a3fde4be64..778fd404381575ba5881d2a8eecde4a100e3dc05 100644 (file)
@@ -1025,7 +1025,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