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 c380dd0 commit 314fb04Copy full SHA for 314fb04
Doc/library/typing.rst
@@ -813,7 +813,7 @@ For example, this conforms to :pep:`484`::
813
def __len__(self) -> int: ...
814
def __iter__(self) -> Iterator[int]: ...
815
816
-:pep:`544` allows you to solve this problem by allowing users to write
+:pep:`544` solves this problem by allowing users to write
817
the above code without explicit base classes in the class definition,
818
allowing ``Bucket`` to be implicitly considered a subtype of both ``Sized``
819
and ``Iterable[int]`` by static type checkers. This is known as
0 commit comments