-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Fix typo in SourceLoader.path_stats docstring #10052
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
First corrects a typo and then tries to phrase parameter type hints consistently in docstrings of |
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.
LGTM.
But you have to regenerate importlib genereated files. Use "make regen-importlib" on Linux for example.
Ran |
Thanks @qagren for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Sorry, @qagren and @vstinner, I could not cleanly backport this to |
Sorry, @qagren and @vstinner, I could not cleanly backport this to |
I attempted to automatically backport this change to 3.6 and 3.7 but there are conflict. I don't think that it's worth it to backport it manually, so I close the PR. Thanks @qagren for your fix! |
No description provided.