Skip to content

Commit 6c4de32

Browse files
[3.12] Fix outdated reference link in collections module (gh-130349) (gh-130387)
1 parent 546ac01 commit 6c4de32

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
@@ -588,7 +588,7 @@ class Counter(dict):
588588
# References:
589589
# http://en.wikipedia.org/wiki/Multiset
590590
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
591-
# http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
591+
# http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
592592
# http://code.activestate.com/recipes/259174/
593593
# Knuth, TAOCP Vol. II section 4.6.3
594594

0 commit comments

Comments
 (0)