Skip to content

Commit f168317

Browse files
authored
[doc] Some more make suspicious false positives. (GH-31977)
1 parent 8e3fde7 commit f168317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/tools/susp-ignored.csv

+2
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,5 @@ reference/compound_stmts,324,:keyword,:keyword:`continue` and :keyword:`return`
390390
reference/compound_stmts,324,`,:keyword:`continue` and :keyword:`return` cannot appear in an except*
391391
whatsnew/changelog,,:CON,": os.path.abspath(“C:CON”) is now fixed to return “\.CON”, not"
392392
whatsnew/changelog,,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
393+
library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str`"
394+
library/typing,,`,# after which we hope the inferred type will be `int`

0 commit comments

Comments
 (0)