Skip to content

Commit 4532850

Browse files
antocunihugovk
andauthored
Update Lib/_pyrepl/fancycompleter.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 722ec8a commit 4532850

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)