Skip to content

Commit d172921

Browse files
committed
Make pep8 happy
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent bd2002a commit d172921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/curtsiesfrontend/manual_readline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def transpose_word_before_cursor(cursor_offset, line):
295295

296296
# bonus functions (not part of readline)
297297

298+
298299
@edit_keys.on('<Esc+u>')
299300
def uppercase_next_word(cursor_offset, line):
300301
return cursor_offset, line # TODO Not implemented

0 commit comments

Comments
 (0)