mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix outdated reference link in collections module (gh-130349)
This commit is contained in:
parent
6c450f44c2
commit
d63af9540f
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class Counter(dict):
|
|||
# References:
|
||||
# http://en.wikipedia.org/wiki/Multiset
|
||||
# http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html
|
||||
# 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
|
||||
# http://code.activestate.com/recipes/259174/
|
||||
# Knuth, TAOCP Vol. II section 4.6.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue