We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd106f0 commit 862f752Copy full SHA for 862f752
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4320,7 +4320,7 @@ module StdlibPrivate {
4320
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
4321
) and
4322
(
4323
- //Element content is mutated into list element content
+ // Element content is mutated into list element content
4324
output = "ReturnValue.ListElement" and
4325
preservesValue = true
4326
or
0 commit comments