We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91b6f5 commit 9fa930dCopy full SHA for 9fa930d
Doc/tools/susp-ignored.csv
@@ -372,8 +372,8 @@ library/re,,`,"`"
372
using/configure,84,:db2,=db1:db2:...
373
library/typing,,`,# Type of ``val`` is narrowed to ``str``
374
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]``.
+library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
+library/typing,,`,# Type of ``val`` remains as ``list[object]``.
377
library/tkinter,,::,ttk::frame .frm -padding 10
378
library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
379
library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
0 commit comments