Skip to content

Commit bdf54ed

Browse files
antocunieendebakpt
andauthored
Update Lib/_pyrepl/fancycompleter.py
Co-authored-by: Pieter Eendebak <[email protected]>
1 parent 2ebf50e commit bdf54ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/fancycompleter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def attr_matches(self, text):
135135
return self.colorize_matches(names, values)
136136

137137
if prefix:
138-
names += [' ']
138+
names.append(' ')
139139
return names
140140

141141
def colorize_matches(self, names, values):

0 commit comments

Comments
 (0)