]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc]: update susp-ignored.csv after a98b273c. (GH-28827)
authorJulien Palard <julien@palard.fr>
Sat, 9 Oct 2021 08:25:00 +0000 (10:25 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Oct 2021 08:25:00 +0000 (10:25 +0200)
Doc/tools/susp-ignored.csv

index b70e1ffced4e3da7b1a12116a3137d4003e06d13..0d9d109c0971e92e7efa62de2814ac75747115a6 100644 (file)
@@ -372,8 +372,8 @@ library/re,,`,"`"
 using/configure,84,:db2,=db1:db2:...
 library/typing,,`,# Type of ``val`` is narrowed to ``str``
 library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
-library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
-library/typing,,`,# Type of ``val`` remains as ``List[object]``.
+library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
+library/typing,,`,# Type of ``val`` remains as ``list[object]``.
 library/tkinter,,::,ttk::frame .frm -padding 10
 library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
 library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"