-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Possible typo in typing.TypeVarTuple docs #99662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Cc. @mrahtz |
Ah, yes, it is indeed a typo - good catch! Please do go ahead and send a PR :) |
GabrielAnguita
added a commit
to GabrielAnguita/cpython
that referenced
this issue
Nov 22, 2022
GabrielAnguita
added a commit
to GabrielAnguita/cpython
that referenced
this issue
Nov 22, 2022
JelleZijlstra
pushed a commit
that referenced
this issue
Nov 22, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 22, 2022
(cherry picked from commit 1bf983c) Co-authored-by: GabrielAnguita <[email protected]>
miss-islington
added a commit
that referenced
this issue
Nov 22, 2022
(cherry picked from commit 1bf983c) Co-authored-by: GabrielAnguita <[email protected]>
Thanks for reporting and fixing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
I think it meant:
In case it is indeed a typo I'd be happy to open a PR fixing the issue.
Linked PRs
The text was updated successfully, but these errors were encountered: