We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546ac01 commit 6c4de32Copy full SHA for 6c4de32
Lib/collections/__init__.py
@@ -588,7 +588,7 @@ class Counter(dict):
588
# References:
589
# http://en.wikipedia.org/wiki/Multiset
590
# 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
+ # http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
592
# http://code.activestate.com/recipes/259174/
593
# Knuth, TAOCP Vol. II section 4.6.3
594
0 commit comments