1
0
forked from VimPlug/jedi

Fix some issues with signature matching

This commit is contained in:
Dave Halter
2018-09-25 23:05:23 +02:00
parent 7d3eba1d8d
commit 4bb7a595e8
2 changed files with 11 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ if os.path.isfile():
with open('foo') as f:
for line in f.readlines():
#? str()
#? str() bytes()
line
# -----------------
# enumerate