diff --git a/docs/features.rst b/docs/features.rst index 6537737..3cd1e34 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -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 `. There are several limitations on the checks performed, however: