-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Improvements to typing documentation #967
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
Conversation
Documents a few omitted classes and adds NamedTuple methods.
@JelleZijlstra, thanks for your PR! By analyzing the history of the files in this pull request, we identified @berkerpeksag, @zware and @brettcannon to be potential reviewers. |
The Travis failure appears to be a Sphinx bug. Reported as sphinx-doc/sphinx#3600. |
Indeed, it was already reported at sphinx-doc/sphinx#3597, waiting for sphinx-doc/sphinx#3598 to be resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for PR! This looks good to me.
(I have noticed inconsistent formatting (number of leading spaces), but I think there should be a separate PR fixing it in the whole file.)
LGTM |
Documents a few omitted classes and adds NamedTuple methods. (cherry picked from commit 45d22c2)
Documents a few omitted classes and adds NamedTuple methods.
@ilevkivskyi would you mind reviewing this?