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 6149004 commit b1ca339Copy full SHA for b1ca339
redis/typing.py
@@ -29,7 +29,7 @@
29
ScriptTextT = _StringLikeT
30
TimeoutSecT = Union[int, float, _StringLikeT]
31
# Mapping is not covariant in the key type, which prevents
32
-# Mapping[_StringLikeT, X from accepting arguments of type Dict[str, X]. Using
+# Mapping[_StringLikeT, X] from accepting arguments of type Dict[str, X]. Using
33
# a TypeVar instead of a Union allows mappings with any of the permitted types
34
# to be passed. Care is needed if there is more than one such mapping in a
35
# type signature because they will all be required to be the same key type.
0 commit comments