8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd71a43 commit d4b9eddCopy full SHA for d4b9edd
Doc/library/typing.rst
@@ -903,7 +903,7 @@ These are not used in annotations. They are building blocks for creating generic
903
Such a protocol can be used with :func:`isinstance` and :func:`issubclass`.
904
This raises :exc:`TypeError` when applied to a non-protocol class. This
905
allows a simple-minded structural check, very similar to "one trick ponies"
906
- in :mod:`collections.abc` such as :class:`Iterable`. For example::
+ in :mod:`collections.abc` such as :class:`~collections.abc.Iterable`. For example::
907
908
@runtime_checkable
909
class Closable(Protocol):
0 commit comments