Python: Apply suggestions from code review

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-11-24 12:02:12 +01:00
committed by GitHub
parent eaed870b31
commit 47448d9efc
2 changed files with 3 additions and 3 deletions

View File

@@ -127,8 +127,8 @@ private DataFlow::Node getSimpleMethodReferenceWithinClass(Function func) {
* print(inst.my_method)
* ```
*
* But is able to handle simple method calls within a class, but does not take MRO into
* account.
* But it is able to handle simple method calls within a class (but does not take MRO into
* account).
* ```py
* class MyClass:
* def method1(self);