Skip to content

Commit 6701f77

Browse files
committed
Python: typo
1 parent 437feeb commit 6701f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,7 @@ module StdlibPrivate {
43204320
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
43214321
) and
43224322
(
4323-
//Element content is mutated into list element content
4323+
// Element content is mutated into list element content
43244324
output = "ReturnValue.ListElement" and
43254325
preservesValue = true
43264326
or

0 commit comments

Comments
 (0)