diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 189d49ee0d6..778fd404381 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