Skip to content

Commit 1c3dd97

Browse files
committed
Merge branch 'antocuni/fancycompleter' of github.com:antocuni/cpython into antocuni/fancycompleter
2 parents e2294ec + 4532850 commit 1c3dd97

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
@@ -84,8 +84,7 @@ def complete(self, text, state):
8484
return rlcompleter.Completer.complete(self, text, state)
8585

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

9190
def global_matches(self, text):

0 commit comments

Comments
 (0)