Skip to content

Commit eac21a0

Browse files
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
(cherry picked from commit e01e442) Co-authored-by: Andre Delfino <[email protected]>
1 parent 253c8eb commit eac21a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ Glossary
10241024
:meth:`index`, :meth:`__contains__`, and
10251025
:meth:`__reversed__`. Types that implement this expanded
10261026
interface can be registered explicitly using
1027-
:func:`~abc.register`.
1027+
:func:`~abc.ABCMeta.register`.
10281028

10291029
single dispatch
10301030
A form of :term:`generic function` dispatch where the implementation is

0 commit comments

Comments
 (0)