Python: Fix typo

Co-authored-by: Taus <tausbn@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-05-29 14:27:07 +02:00
committed by GitHub
parent 59548a523e
commit 551420401a

View File

@@ -110,7 +110,7 @@ private predicate os_path_join(ControlFlowNode fromnode, CallNode tonode) {
/**
* A kind of "taint", representing a dictionary mapping str->"taint"
*
* DEPRECATED: Use `ExternalStringKind` instead.
* DEPRECATED: Use `ExternalStringDictKind` instead.
*/
deprecated class StringDictKind extends DictKind {
StringDictKind() { this.getValue() instanceof StringKind }