From 54a8f7c922d63d0c2d5fc8c8e6006ccbabff3b7c Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Fri, 10 Mar 2017 00:19:44 +0900 Subject: [PATCH] Insert the line which should not have been deleted see [bpo-29772](http://bugs.python.org/issue29772) --- Doc/library/collections.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 3c8c05fee9a532..d80b5bf94e4d24 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 `_.