]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace usage of List[...] with list[...] in typing docs (GH-28821)
authorMicael Jarniac <micael@jarniac.com>
Sat, 9 Oct 2021 03:33:37 +0000 (00:33 -0300)
committerGitHub <noreply@github.com>
Sat, 9 Oct 2021 03:33:37 +0000 (11:33 +0800)
commita98b273ce42f33d04c8b85b8d574c47adf11dd2a
tree2cfeb912a04f00cadb93b186d6d35dc5e1758b4b
parentb108db63e02797a795840152b82cab9792fd3ed2
Replace usage of  List[...] with list[...] in typing docs (GH-28821)

The ``List[...]`` form is deprecated since 3.9.
Doc/library/typing.rst