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 `_.