Skip to content

Commit 91fe414

Browse files
authored
bpo-39674: Update collections ABC deprecation doc (GH-18747)
1 parent e0acec1 commit 91fe414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`,
3636
.. deprecated-removed:: 3.3 3.10
3737
Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` module.
3838
For backwards compatibility, they continue to be visible in this module through
39-
Python 3.8.
39+
Python 3.9.
4040

4141

4242
:class:`ChainMap` objects

0 commit comments

Comments
 (0)