fix stray backtick in README

This commit is contained in:
Juha Jeronen
2021-02-11 15:30:28 +02:00
parent cf13cc7e29
commit bc1df0602e

View File

@@ -221,7 +221,7 @@ class MyClass:
def dostuff(self)
self.f()
````
```
By tracking the name `self.f`, the analyzer will see that `MyClass.dostuff()` uses `some_func()`.