Skip to content

Commit 9fa930d

Browse files
authored
[doc]: update susp-ignored.csv after a98b273. (GH-28827)
1 parent c91b6f5 commit 9fa930d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ library/re,,`,"`"
372372
using/configure,84,:db2,=db1:db2:...
373373
library/typing,,`,# Type of ``val`` is narrowed to ``str``
374374
library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
375-
library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
376-
library/typing,,`,# Type of ``val`` remains as ``List[object]``.
375+
library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
376+
library/typing,,`,# Type of ``val`` remains as ``list[object]``.
377377
library/tkinter,,::,ttk::frame .frm -padding 10
378378
library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
379379
library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"

0 commit comments

Comments
 (0)