forked from VimPlug/jedi
fixed file in python 2.7 with test, fixes #309
This commit is contained in:
@@ -13,6 +13,9 @@ sorted(arr)[0]
|
||||
#? str()
|
||||
next(reversed(arr))
|
||||
|
||||
#? str()
|
||||
next(open(''))
|
||||
|
||||
# -----------------
|
||||
# re
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user