We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dd608 commit 5be60b6Copy full SHA for 5be60b6
bpython/gtk_.py
@@ -512,7 +512,7 @@ def do_key_press_event(self, event):
512
if self.list_win_visible:
513
self.list_win.forward()
514
else:
515
- if not self.rl_history.is_at_start():
+ if not self.rl_history.is_at_start:
516
self.rl_history.enter(self.current_line())
517
self.change_line(self.rl_history.forward())
518
self.text_buffer.place_cursor(self.get_line_end_iter())
0 commit comments