1
0
forked from VimPlug/jedi

Fix the last remaining issue with decorators.

This commit is contained in:
Dave Halter
2014-11-17 23:59:38 +01:00
parent fd8752f285
commit 4fa78e3482
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ class SelfVars():
@Decorator
def __init__(self):
"""
init decorators should be ignored when looking up variables in the
__init__ decorators should be ignored when looking up variables in the
class.
"""
self.c = list