We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd2f35 commit ea15cefCopy full SHA for ea15cef
Lib/collections/__init__.py
@@ -592,7 +592,7 @@ class Counter(dict):
592
# References:
593
# http://en.wikipedia.org/wiki/Multiset
594
# 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
+ # http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
596
# http://code.activestate.com/recipes/259174/
597
# Knuth, TAOCP Vol. II section 4.6.3
598
0 commit comments