From: Andre Delfino Date: Sat, 24 Oct 2020 14:29:17 +0000 (-0300) Subject: [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) X-Git-Tag: v3.10.0a2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e01e442125bbc98e6dab66f38ecc6c45f69e6587;p=thirdparty%2FPython%2Fcpython.git [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 32aa12a200f6..847500e55605 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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