We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bc5a4 commit 8809daaCopy full SHA for 8809daa
docs/source/kinds_of_types.rst
@@ -478,7 +478,7 @@ Now mypy will infer the correct type of the result when we call
478
The value corresponding to ``Type[C]`` must be an actual class
479
object that's a subtype of ``C``. Its constructor must be
480
compatible with the constructor of ``C``. If ``C`` is a type
481
- variable, its upper bound must be a ``Type[]`` construct.
+ variable, its upper bound must be a class object.
482
483
For more details about ``Type[]`` see `PEP 484
484
<https://www.python.org/dev/peps/pep-0484/#the-type-of-class-objects>`_.
0 commit comments