We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6488714 commit 9e0d57cCopy full SHA for 9e0d57c
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -444,7 +444,7 @@ class BoundMethodValue extends CallableValue {
444
BoundMethodValue() { this instanceof BoundMethodObjectInternal }
445
446
/**
447
- * Gets the callable that will be used when `this` called.
+ * Gets the callable that will be used when `this` is called.
448
* The actual callable for `func` in `o.func`.
449
*/
450
CallableValue getFunction() { result = this.(BoundMethodObjectInternal).getFunction() }
0 commit comments