We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909f572 commit 0f5be2dCopy full SHA for 0f5be2d
python/ql/src/Expressions/DuplicateKeyInDictionaryLiteral.py
@@ -1,2 +1,2 @@
1
-dictionary = {1:"a", 2:"b", 2:"c"} # BAD: `2` key is duplicated.
+dictionary = {1:"a", 2:"b", 2:"c"} # BAD: The `2` key is duplicated.
2
print(dictionary[2])
0 commit comments