Skip to content

Commit 22f0483

Browse files
authored
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
1 parent 35b87e6 commit 22f0483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ c-api/sequence,,:i2,del o[i1:i2]
44
c-api/sequence,,:i2,o[i1:i2]
55
c-api/unicode,,:end,str[start:end]
66
c-api/unicode,,:start,unicode[start:start+length]
7-
distutils/examples,274,`,This is the description of the ``foobar`` package.
7+
distutils/examples,267,`,This is the description of the ``foobar`` package.
88
distutils/setupscript,,::,
99
extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
1010
extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"

0 commit comments

Comments
 (0)