Skip to content

Commit 309fb90

Browse files
cocoatomorhettinger
authored andcommitted
Insert the line which should not have been deleted (#581)
see [bpo-29772](http://bugs.python.org/issue29772)
1 parent 0c2ed76 commit 309fb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ counts, but the output will exclude results with counts of zero or less.
200200
adapted for Python 2.5 and an early `Bag recipe
201201
<https://code.activestate.com/recipes/259174/>`_ for Python 2.4.
202202

203+
* `Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html>`_
203204
in Smalltalk.
204205

205206
* Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_.

0 commit comments

Comments
 (0)