Skip to content

Commit c2c4477

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 4efd2de commit c2c4477

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
@@ -1025,7 +1025,7 @@ Glossary
10251025
:meth:`index`, :meth:`__contains__`, and
10261026
:meth:`__reversed__`. Types that implement this expanded
10271027
interface can be registered explicitly using
1028-
:func:`~abc.register`.
1028+
:func:`~abc.ABCMeta.register`.
10291029

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

0 commit comments

Comments
 (0)