Skip to content

Commit

Permalink
Fixed the documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 21, 2024
1 parent 2c035b3 commit ac7ac34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Protocol checking
+++++++++++++++++

As of version 4.3.0, Typeguard can check instances and classes against Protocols,
regardless of whether they were annotated with :decorator:`typing.runtime_checkable`.
regardless of whether they were annotated with
:func:`@runtime_checkable <typing.runtime_checkable>`.

There are several limitations on the checks performed, however:

Expand Down

0 comments on commit ac7ac34

Please sign in to comment.