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 2c035b3 commit ac7ac34Copy full SHA for ac7ac34
1 file changed
docs/features.rst
@@ -62,7 +62,8 @@ Protocol checking
62
+++++++++++++++++
63
64
As of version 4.3.0, Typeguard can check instances and classes against Protocols,
65
-regardless of whether they were annotated with :decorator:`typing.runtime_checkable`.
+regardless of whether they were annotated with
66
+:func:`@runtime_checkable <typing.runtime_checkable>`.
67
68
There are several limitations on the checks performed, however:
69
0 commit comments