SIGN IN SIGN UP

Clarify that Type[SomeTypeVar] is legal (#9585)

Currently, the docs state that when doing `Type[X]`, X is only allowed to
be a class, a union of classes, and Any. This pull request amends
that sentence to clarify X may also be a typevar (or a union involving
classes, Any, and TypeVars).
M
Michael Lee committed
130717fe58abb2ab9e7938207df0c130a2562747
Parent: bb81651
Committed by Ivan Levkivskyi <levkivskyi@gmail.com> on 9/26/2018, 3:13:28 PM