]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
authorAndre Delfino <adelfino@gmail.com>
Sat, 24 Oct 2020 14:29:17 +0000 (11:29 -0300)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 14:29:17 +0000 (19:59 +0530)
Doc/glossary.rst

index 32aa12a200f6369fca6d263f9801e55ba1b567eb..847500e556056eb41f607d47d09105b38f4231b4 100644 (file)
@@ -1031,7 +1031,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`.
 
    set comprehension
       A compact way to process all or part of the elements in an iterable and