Skip to content

Commit 858eafe

Browse files
reddevilmidzymiss-islington
authored andcommitted
Fix outdated reference link in collections module (gh-130349)
(cherry picked from commit d63af95) Co-authored-by: Redddy <[email protected]>
1 parent 6cd2f35 commit 858eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/collections/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ class Counter(dict):
592592
# References:
593593
# http://en.wikipedia.org/wiki/Multiset
594594
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
595-
# http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
595+
# http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
596596
# http://code.activestate.com/recipes/259174/
597597
# Knuth, TAOCP Vol. II section 4.6.3
598598

0 commit comments

Comments
 (0)