Skip to content

Commit 4532850

Browse files
antocunihugovk
andauthored
Update Lib/_pyrepl/fancycompleter.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 722ec8a commit 4532850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/_pyrepl/fancycompleter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def complete(self, text, state):
8585
return rlcompleter.Completer.complete(self, text, state)
8686

8787
def _callable_postfix(self, val, word):
88-
# disable automatic insertion of '(' for global callables:
89-
# this method exists only in Python 2.6+
88+
# disable automatic insertion of '(' for global callables
9089
return word
9190

9291
def global_matches(self, text):

0 commit comments

Comments
 (0)