Skip to content

Commit

Permalink
Fix outdated reference link in collections module (pythongh-130349)
Browse files Browse the repository at this point in the history
(cherry picked from commit d63af95)

Co-authored-by: Redddy <78539407+reddevilmidzy@users.noreply.github.com>
  • Loading branch information
reddevilmidzy authored and miss-islington committed Feb 20, 2025
1 parent 546ac01 commit 4189036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/collections/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class Counter(dict):
# References:
# http://en.wikipedia.org/wiki/Multiset
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
# http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
# http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
# http://code.activestate.com/recipes/259174/
# Knuth, TAOCP Vol. II section 4.6.3

Expand Down

0 comments on commit 4189036

Please # to comment.