Skip to content

Commit

Permalink
jediepcserver: replace deprecated call_name -> name
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Aug 14, 2018
1 parent 476fc1f commit c7bd422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jediepcserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_in_function_call(*args):
# So follow what jedi-vim does...
params=[p.description.replace('\n', '') for p in call_def.params],
index=call_def.index,
call_name=call_def.call_name,
call_name=call_def.name,
)


Expand Down

0 comments on commit c7bd422

Please sign in to comment.