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 d7a6bcb commit c17e066Copy full SHA for c17e066
docs/source/dynamic_typing.rst
@@ -86,7 +86,7 @@ treated as ``Any``:
86
reveal_type(x[0]) # Revealed type is "Any"
87
x[0].anything_goes() # OK
88
89
-You can make mypy warn you about unsaturated generic parameters using the
+You can make mypy warn you about missing generic parameters using the
90
:option:`--disallow-any-generics <mypy --disallow-any-generics>` flag.
91
92
Finally, another major source of ``Any`` types leaking into your program is from
0 commit comments