Skip to content

Commit abf2902

Browse files
RasmusWLyoff
andauthored
Python: Fix QLDoc
Co-authored-by: yoff <lerchedahl@gmail.com>
1 parent 39590a3 commit abf2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/dataflow/new/TypeTracker.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private predicate typePreservingStep(Node nodeFrom, Node nodeTo) {
8888
}
8989

9090
/**
91-
* Gets a callable for the call where `nodeFrom` is used as the `i`'th argument.
91+
* Gets the callable for the call where `nodeFrom` is used as the `i`'th argument.
9292
*
9393
* Helper predicate to avoid bad join order experienced in `callStep`.
9494
* This happened when `isParameterOf` was joined _before_ `getCallable`.

0 commit comments

Comments
 (0)