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