Skip to content

Commit cef6504

Browse files
committed
Fix grammar error
1 parent 62dcdfe commit cef6504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ types.
25552555
assert isinstance(threading.Thread(name='Bob'), Named)
25562556

25572557
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::
2558+
is only runtime-checkable if it is explicitly marked as such, regardless of class hierarchy::
25592559

25602560
@runtime_checkable
25612561
class Iterable(Protocol):

0 commit comments

Comments
 (0)