Skip to content

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

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

reddevilmidzy
Copy link
Contributor

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:

  • Replaced the incorrect link http://www.demo2s.com/...
    with the correct link http://www.java2s.com/...

This is a minor documentation fix and does not require an issue.

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.
@ghost
Copy link

ghost commented Feb 20, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Feb 20, 2025

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 skip news label instead.

@rhettinger rhettinger changed the title Fix incorrect reference link in collections module Fix outdated reference link in collections module Feb 20, 2025
@rhettinger rhettinger self-assigned this Feb 20, 2025
@rhettinger rhettinger enabled auto-merge (squash) February 20, 2025 23:49
@rhettinger rhettinger merged commit d63af95 into python:main Feb 20, 2025
42 checks passed
@miss-islington-app
Copy link

Thanks @reddevilmidzy for the PR, and @rhettinger for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 20, 2025
@bedevere-app
Copy link

bedevere-app bot commented Feb 20, 2025

GH-130386 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Feb 20, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 20, 2025
@bedevere-app
Copy link

bedevere-app bot commented Feb 20, 2025

GH-130387 is a backport of this pull request to the 3.12 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants