We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f669a4f commit 0ecca91Copy full SHA for 0ecca91
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4245,7 +4245,7 @@ module StdlibPrivate {
4245
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
4246
) and
4247
(
4248
- //Element content is mutated into list element content
+ // Element content is mutated into list element content
4249
output = "ReturnValue.ListElement" and
4250
preservesValue = true
4251
or
0 commit comments