1
0
forked from VimPlug/jedi

corrected wrong goto test

This commit is contained in:
David Halter
2012-09-10 00:57:03 +02:00
parent da3c327af7
commit ad8164e067

View File

@@ -32,7 +32,7 @@ class C(object):
self.b
#! 14 ['def b']
self.b()
#! 11 ['class C']
#! 11 ['self']
self.b
return 1