1
0
forked from VimPlug/jedi

Some Python 2.7 fixes

This commit is contained in:
Dave Halter
2018-12-07 08:58:17 +01:00
parent b2824a3547
commit decb5046ea
8 changed files with 58 additions and 39 deletions

View File

@@ -161,7 +161,7 @@ def a(): return ''
#? str()
(a)()
#? str()
(a)().replace()
(a)().title()
#? int()
(tuple).index()
#? int()