diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -984,7 +984,7 @@ .. seealso:: - `Equivalent OrderedDict recipe `_ + The `ordereddict PyPI package `_ that runs on Python 2.4 or later. :class:`OrderedDict` Examples and Recipes