diff options
author | Julien Palard <julien@palard.fr> | 2021-10-09 08:25:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 08:25:00 (GMT) |
commit | 9fa930dd4859441d36e39ec6db1a6ebdc046d5b1 (patch) | |
tree | 986014abd69783d18c46d4e089e3d29643b3ef34 /Doc/tools | |
parent | c91b6f57f3f75b482e4a9d30ad2afe37892a8ceb (diff) | |
download | cpython-9fa930dd4859441d36e39ec6db1a6ebdc046d5b1.zip cpython-9fa930dd4859441d36e39ec6db1a6ebdc046d5b1.tar.gz cpython-9fa930dd4859441d36e39ec6db1a6ebdc046d5b1.tar.bz2 |
[doc]: update susp-ignored.csv after a98b273c. (GH-28827)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index b70e1ff..0d9d109 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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" |