Closed
Description
Documentation
In the section about the TypeVarTuple type, there is a bit of text that I find diffcult making sense of. My guess is that the author made a typo, but of course I could be wrong and maybe I am not getting the idea.
Where the text states:
Type variable tuples must always be unpacked. This helps distinguish type variable types from normal type variables
I think it meant:
Type variable tuples must always be unpacked. This helps distinguish type variable tuples from normal type variables
In case it is indeed a typo I'd be happy to open a PR fixing the issue.