1
0
forked from VimPlug/jedi

fix an invalid statement that has changed because of changes to the parser.

This commit is contained in:
Dave Halter
2014-03-09 11:56:29 +01:00
parent 35548cbf3c
commit 60ff2bc088
2 changed files with 4 additions and 3 deletions

View File

@@ -137,8 +137,8 @@ def break(): pass
#? int()
a[0]
#? []
int()).
#? ['real']
int()).real
# -----------------
# keywords