]> granicus.if.org Git - python/commitdiff
Insert the line which should not have been deleted (#581)
authorcocoatomo <cocoatomo77@gmail.com>
Thu, 9 Mar 2017 15:54:27 +0000 (00:54 +0900)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 9 Mar 2017 15:54:27 +0000 (08:54 -0700)
see [bpo-29772](http://bugs.python.org/issue29772)

Doc/library/collections.rst

index 3c8c05fee9a5321b9e48ad9c77b7bb546e18eb5a..d80b5bf94e4d2462bc1fb9877e375d82d5234ca7 100644 (file)
@@ -200,6 +200,7 @@ counts, but the output will exclude results with counts of zero or less.
       adapted for Python 2.5 and an early `Bag recipe
       <https://code.activestate.com/recipes/259174/>`_ for Python 2.4.
 
+    * `Bag class <https://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html>`_
       in Smalltalk.
 
     * Wikipedia entry for `Multisets <https://en.wikipedia.org/wiki/Multiset>`_.