Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c3b945

Browse files
yofftausbn
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
Co-authored-by: Taus <[email protected]>
1 parent 43a5e74 commit 1c3b945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class DictionaryElementContent extends TDictionaryElementContent, Content {
193193
string getKey() { result = key }
194194

195195
/** Gets a textual representation of this element. */
196-
override string toString() { result = "Dictionary element at " + key }
196+
override string toString() { result = "Dictionary element at key " + key }
197197
}
198198

199199
class DictionaryElementAnyContent extends TDictionaryElementAnyContent, Content {

0 commit comments

Comments
 (0)