Skip to content

Commit ea15cef

Browse files
[3.13] Fix outdated reference link in collections module (pythongh-130349) (pythongh-130386)
1 parent 6cd2f35 commit ea15cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/collections/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ class Counter(dict):
592592
# References:
593593
# http://en.wikipedia.org/wiki/Multiset
594594
# 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
595+
# http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm
596596
# http://code.activestate.com/recipes/259174/
597597
# Knuth, TAOCP Vol. II section 4.6.3
598598

0 commit comments

Comments
 (0)