forked from VimPlug/jedi
Some Python 2.7 fixes
This commit is contained in:
@@ -161,7 +161,7 @@ def a(): return ''
|
||||
#? str()
|
||||
(a)()
|
||||
#? str()
|
||||
(a)().replace()
|
||||
(a)().title()
|
||||
#? int()
|
||||
(tuple).index()
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user