diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 65cdf34aa4e..8dcf9451d72 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -36,7 +36,7 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`, .. deprecated-removed:: 3.3 3.10 Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` module. For backwards compatibility, they continue to be visible in this module through - Python 3.8. + Python 3.9. :class:`ChainMap` objects