-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix outdated reference link in collections module #130349
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
Fix incorrect reference link in Lib/collections/__init__.py The reference link to the multiset tutorial was incorrect in Lib/collections/__init__.py. Updated it to match the correct link already used in Doc/library/collections.rst.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks @reddevilmidzy for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit d63af95) Co-authored-by: Redddy <[email protected]>
GH-130386 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit d63af95) Co-authored-by: Redddy <[email protected]>
GH-130387 is a backport of this pull request to the 3.12 branch. |
The reference link to the multiset tutorial in Lib/collections/init.py was incorrect.
It has been updated to match the correct link already used in Doc/library/collections.rst.
Changes:
http://www.demo2s.com/...
with the correct link
http://www.java2s.com/...
This is a minor documentation fix and does not require an issue.