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 673a71b commit daf3fe1Copy full SHA for daf3fe1
Doc/library/typing.rst
@@ -1730,7 +1730,7 @@ without the dedicated syntax, as documented below.
1730
variables::
1731
1732
class StrSequence[S: str]: # S is a TypeVar with a `str` upper bound;
1733
- ... # We can say that S is "bounded by `str`"
+ ... # we can say that S is "bounded by `str`"
1734
1735
1736
class StrOrBytesSequence[A: (str, bytes)]: # A is a TypeVar constrained to str or bytes
0 commit comments