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 4f0dec3 commit 5ffe606Copy full SHA for 5ffe606
1 file changed
test-data/unit/check-varargs.test
@@ -792,7 +792,7 @@ def baz(**kwargs: Unpack[Person]) -> None: # OK
792
[case testUnpackWithoutTypedDict]
793
from typing_extensions import Unpack
794
795
-def foo(**kwargs: Unpack[dict]) -> None: # E: Unpack item in ** argument must be a TypedDict
+def foo(**kwargs: Unpack[dict]) -> None: # E: Unpack item in ** parameter must be a TypedDict
796
...
797
[builtins fixtures/dict.pyi]
798
0 commit comments