Skip to content

Commit d63af95

Browse files
Fix outdated reference link in collections module (gh-130349)
1 parent 6c450f4 commit d63af95

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
@@ -595,7 +595,7 @@ class Counter(dict):
595595
# References:
596596
# http://en.wikipedia.org/wiki/Multiset
597597
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
598-
# http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
598+
# http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
599599
# http://code.activestate.com/recipes/259174/
600600
# Knuth, TAOCP Vol. II section 4.6.3
601601

0 commit comments

Comments
 (0)