-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Removed confusing reference to sys #31638
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
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.
Agree that this is clearer without the reference to a module.
Another docs clarification I'd like to merge, cc @gvanrossum. |
Thanks @davidgilbertson for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
GH-31766 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 28f84c7) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
GH-31767 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 28f84c7) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
(cherry picked from commit 28f84c7) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
(cherry picked from commit 28f84c7) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
(cherry picked from commit 28f84c7) Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
I've removed the words "a module called sys and", the diff makes it a bit hard to see. The reference didn't seem to make sense, or at least the point seems clearer without it.
Current page: https://docs.python.org/3/reference/import.html#packages
