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 42e180d commit f8f5110Copy full SHA for f8f5110
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -415,7 +415,7 @@ class ClassValue extends Value {
415
* ```
416
* `this.lookup("f")` is equivalent to `C.__dict__['f']`, which is the class-method
417
* whereas
418
- * `this.attr("f") is equivalent to `C.f`, which is a bound-method.
+ * `this.attr("f")` is equivalent to `C.f`, which is a bound-method.
419
*/
420
Value lookup(string name) { this.(ClassObjectInternal).lookup(name, result, _) }
421
0 commit comments