-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Typo in the typing
Docs
#98561
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
docs
Documentation in the Doc dir
Comments
Merged
Fidget-Spinner
pushed a commit
that referenced
this issue
Oct 23, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 23, 2022
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 23, 2022
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <[email protected]>
miss-islington
added a commit
that referenced
this issue
Oct 23, 2022
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <[email protected]>
miss-islington
added a commit
that referenced
this issue
Oct 23, 2022
(cherry picked from commit b6d5d5b) Co-authored-by: Omkaar <[email protected]>
Thanks @Infiniticity! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
There is a typo in the documentation for
typing
.LoggedVar[t]
is written instead ofLoggedVar[T]
.The text was updated successfully, but these errors were encountered: