Python: Fix typo in QLDoc

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2023-02-08 16:27:06 +01:00
committed by GitHub
parent 8bb1d8631a
commit 5c23b47ef4

View File

@@ -468,7 +468,7 @@ private CallCfgNode getSuperCall() {
* From what we can understand, SymPy is using Python in a exotic way, so the fact that
* our analysis currently does not handle this project has nothing to say about our
* ability to handle normal Python code. Furthermore, SymPy does not look to be relevant
* in a security context, so we should not loose out on any security results by doing
* in a security context, so we should not lose out on any security results by doing
* this.
*/
private predicate ignoreForCallGraph(File f) {