mirror of https://github.com/python/cpython
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
This commit is contained in:
parent
2455cb5dbe
commit
e01e442125
|
@ -1031,7 +1031,7 @@ Glossary
|
||||||
:meth:`index`, :meth:`__contains__`, and
|
:meth:`index`, :meth:`__contains__`, and
|
||||||
:meth:`__reversed__`. Types that implement this expanded
|
:meth:`__reversed__`. Types that implement this expanded
|
||||||
interface can be registered explicitly using
|
interface can be registered explicitly using
|
||||||
:func:`~abc.register`.
|
:func:`~abc.ABCMeta.register`.
|
||||||
|
|
||||||
set comprehension
|
set comprehension
|
||||||
A compact way to process all or part of the elements in an iterable and
|
A compact way to process all or part of the elements in an iterable and
|
||||||
|
|
Loading…
Reference in New Issue