From: Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 25 Oct 2020 00:33:01 +0000 (-0700) Subject: [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) X-Git-Tag: v3.9.1rc1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2c44774893770da6ef4709828d398d73beffc56;p=thirdparty%2FPython%2Fcpython.git [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) (cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587) Co-authored-by: Andre Delfino --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 189d49ee0d62..778fd4043815 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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