Update python/ql/lib/semmle/python/frameworks/Stdlib.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2023-06-13 10:04:46 +02:00
committed by GitHub
parent 6755bb32fb
commit 2a5173c331

View File

@@ -4134,7 +4134,7 @@ private module StdlibPrivate {
}
/**
* A flow summary for `dict.setdefault` at specifi key.
* A flow summary for `dict.setdefault` at specific content.
* See https://docs.python.org/3.10/library/stdtypes.html#dict.setdefault
* This summary handles read and store steps. See `DictSetdefaultSummary`
* for the dataflow steps.