diff --git a/test/completion/goto.py b/test/completion/goto.py index faea2fa9..4529c58c 100644 --- a/test/completion/goto.py +++ b/test/completion/goto.py @@ -32,7 +32,7 @@ class C(object): self.b #! 14 ['def b'] self.b() - #! 11 ['class C'] + #! 11 ['self'] self.b return 1