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 62dcdfe commit cef6504Copy full SHA for cef6504
1 file changed
Doc/library/typing.rst
@@ -2555,7 +2555,7 @@ types.
2555
assert isinstance(threading.Thread(name='Bob'), Named)
2556
2557
Runtime checkability of protocols is not inherited. A subclass of a runtime-checkable protocol
2558
- is only runtime-checkable if is explicitly marked as such, regardless of class hierarchy::
+ is only runtime-checkable if it is explicitly marked as such, regardless of class hierarchy::
2559
2560
@runtime_checkable
2561
class Iterable(Protocol):
0 commit comments