Fix example code (#3592)

This commit is contained in:
Sebastian Rittau
2020-01-08 18:52:23 +01:00
committed by Jelle Zijlstra
parent e7430508b0
commit 885c2fd65e

View File

@@ -156,7 +156,7 @@ annotated function `bar()`:
def __getattr__(name: str) -> Any: ... # incomplete
class Foo:
def __getattr__(self, name: str) -> Any: # incomplete
def __getattr__(self, name: str) -> Any: ... # incomplete
x: int
y: str