Skip to content

Commit

Permalink
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored Feb 15, 2017
1 parent f15fa87 commit 36da1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ The module defines the following classes, functions and decorators:

A generic version of :class:`collections.deque`.

.. versionadded:: 3.6.1

.. class:: List(list, MutableSequence[T])

Generic version of :class:`list`.
Expand Down

0 comments on commit 36da1c3

Please sign in to comment.