Skip to content

Commit b44d185

Browse files
committed
mode is no longer used
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent b5a2d7c commit b44d185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/autocomplete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def get_completer(completers, cursor_offset, line, **kwargs):
6666
the cursor is
6767
current_block is the possibly multiline not-yet-evaluated block of
6868
code which the current line is part of
69-
mode is one of SIMPLE, SUBSTRING or FUZZY - ways to find matches
7069
complete_magic_methods is a bool of whether we ought to complete
7170
double underscore methods like __len__ in method signatures
7271
"""

0 commit comments

Comments
 (0)