We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee96655 commit 111c099Copy full SHA for 111c099
1 file changed
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4158,7 +4158,7 @@ module StdlibPrivate {
4158
// TODO: Once we have DictKeyContent, we need to transform that into ListElementContent
4159
) and
4160
(
4161
- //Element content is mutated into list element content
+ // Element content is mutated into list element content
4162
output = "ReturnValue.ListElement" and
4163
preservesValue = true
4164
or
0 commit comments