Skip to content

Commit 9e0d57c

Browse files
RasmusWLtausbn
andauthored
Python: Fix grammar in QLDoc
Co-authored-by: Taus <[email protected]>
1 parent 6488714 commit 9e0d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class BoundMethodValue extends CallableValue {
444444
BoundMethodValue() { this instanceof BoundMethodObjectInternal }
445445

446446
/**
447-
* Gets the callable that will be used when `this` called.
447+
* Gets the callable that will be used when `this` is called.
448448
* The actual callable for `func` in `o.func`.
449449
*/
450450
CallableValue getFunction() { result = this.(BoundMethodObjectInternal).getFunction() }

0 commit comments

Comments
 (0)