Skip to content

Commit 111c099

Browse files
committed
Python: typo
1 parent ee96655 commit 111c099

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
@@ -4158,7 +4158,7 @@ module StdlibPrivate {
41584158
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
41594159
) and
41604160
(
4161-
//Element content is mutated into list element content
4161+
// Element content is mutated into list element content
41624162
output = "ReturnValue.ListElement" and
41634163
preservesValue = true
41644164
or

0 commit comments

Comments
 (0)