summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/typing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 8da71b6..93ea4f9 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -561,6 +561,8 @@ The module defines the following classes, functions and decorators:
A generic version of :class:`collections.deque`.
+ .. versionadded:: 3.5.4
+
.. class:: List(list, MutableSequence[T])
Generic version of :class:`list`.