Skip to content

Commit daf3fe1

Browse files
Typo
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 673a71b commit daf3fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ without the dedicated syntax, as documented below.
17301730
variables::
17311731

17321732
class StrSequence[S: str]: # S is a TypeVar with a `str` upper bound;
1733-
... # We can say that S is "bounded by `str`"
1733+
... # we can say that S is "bounded by `str`"
17341734

17351735

17361736
class StrOrBytesSequence[A: (str, bytes)]: # A is a TypeVar constrained to str or bytes

0 commit comments

Comments
 (0)