Skip to content

Commit

Permalink
Merge from 5.x: PR #19096
Browse files Browse the repository at this point in the history
Fixes #19087
  • Loading branch information
ccordoba12 committed Aug 17, 2022
2 parents af332b7 + 6514135 commit fb7facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/completion/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def update_completion_status(self):
tool_tip = mi_status._interpreter

if '(' in value:
value, _ = value.split('(')
value = value.split('(')[0]

if ':' in value:
kind, name = value.split(':')
Expand Down

0 comments on commit fb7facd

Please sign in to comment.