diff options
author | Julien Palard <julien@palard.fr> | 2021-11-19 18:11:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 18:11:24 (GMT) |
commit | d32316a2aacc3b3c4f6f56f96edb09a4437c8bdb (patch) | |
tree | cba2a662493972410c09e63042ed96698e8ab891 /Doc/tools | |
parent | 0ff3d95b9875805ac03aeffc37ae4458ce3b8ac0 (diff) | |
download | cpython-d32316a2aacc3b3c4f6f56f96edb09a4437c8bdb.zip cpython-d32316a2aacc3b3c4f6f56f96edb09a4437c8bdb.tar.gz cpython-d32316a2aacc3b3c4f6f56f96edb09a4437c8bdb.tar.bz2 |
bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 0d9d109..280e9a6 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -380,3 +380,4 @@ library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destro library/tkinter,,::,ttk::frame library/tkinter,,::,ttk::button library/tkinter,,::,ttk::widget +reference/datamodel,2285,`,"""""""Return the result of the expression `obj[x]`""""""" |