Skip to content

Commit 5c23b47

Browse files
RasmusWLtausbn
andauthored
Python: Fix typo in QLDoc
Co-authored-by: Taus <[email protected]>
1 parent 8bb1d86 commit 5c23b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ private CallCfgNode getSuperCall() {
468468
* From what we can understand, SymPy is using Python in a exotic way, so the fact that
469469
* our analysis currently does not handle this project has nothing to say about our
470470
* ability to handle normal Python code. Furthermore, SymPy does not look to be relevant
471-
* in a security context, so we should not loose out on any security results by doing
471+
* in a security context, so we should not lose out on any security results by doing
472472
* this.
473473
*/
474474
private predicate ignoreForCallGraph(File f) {

0 commit comments

Comments
 (0)