From bc1df0602e8824311ac16a3c9ada5b14eb2dcc14 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Thu, 11 Feb 2021 15:30:28 +0200 Subject: [PATCH] fix stray backtick in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098f204..81c3115 100644 --- a/README.md +++ b/README.md @@ -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()`.