diff --git a/peps/pep-0702.rst b/peps/pep-0702.rst index de95b6d75..e580ff4fc 100644 --- a/peps/pep-0702.rst +++ b/peps/pep-0702.rst @@ -239,7 +239,7 @@ To accommodate runtime introspection, the decorator sets an attribute ``__deprecated__`` on the object it is passed, as well as on the wrapper callables it generates for deprecated classes and functions. The value of the attribute is the message passed to the decorator. -Decorating objecs that do not allow setting this attribute is not supported. +Decorating objects that do not allow setting this attribute is not supported. If a ``Protocol`` with the ``@runtime_checkable`` decorator is marked as deprecated, the ``__deprecated__`` attribute should not be considered a member of the protocol,