[Python-checkins] [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)

miss-islington webhook-mailer at python.org
Sat Oct 24 20:32:40 EDT 2020


https://github.com/python/cpython/commit/eac21a048bb6f33b20224a5d6896c34d1d6abc8e
commit: eac21a048bb6f33b20224a5d6896c34d1d6abc8e
branch: 3.8
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2020-10-24T17:32:36-07:00
summary:

[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)

(cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587)

Co-authored-by: Andre Delfino <adelfino at gmail.com>

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 7be755e411310..632ed3f4301c0 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -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



More information about the Python-checkins mailing list