Skip to content

Commit ac7ac34

Browse files
committed
Fixed the documentation build
1 parent 2c035b3 commit ac7ac34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/features.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Protocol checking
6262
+++++++++++++++++
6363

6464
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`.
65+
regardless of whether they were annotated with
66+
:func:`@runtime_checkable <typing.runtime_checkable>`.
6667

6768
There are several limitations on the checks performed, however:
6869

0 commit comments

Comments
 (0)