From: cocoatomo Date: Thu, 9 Mar 2017 15:54:27 +0000 (+0900) Subject: Insert the line which should not have been deleted (#581) X-Git-Tag: v2.7.14rc1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=309fb90f6895c47e7b41df3d739db45e8ec136c9;p=python Insert the line which should not have been deleted (#581) see [bpo-29772](http://bugs.python.org/issue29772) --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 3c8c05fee9..d80b5bf94e 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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 `_ for Python 2.4. + * `Bag class `_ in Smalltalk. * Wikipedia entry for `Multisets `_.