We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0773fd2 commit a7dd608Copy full SHA for a7dd608
bpython/gtk_.py
@@ -503,7 +503,7 @@ def do_key_press_event(self, event):
503
if self.list_win_visible:
504
self.list_win.back()
505
else:
506
- if not self.rl_history.is_at_end():
+ if not self.rl_history.is_at_end:
507
self.rl_history.enter(self.current_line())
508
self.change_line(self.rl_history.back())
509
self.text_buffer.place_cursor(self.get_line_end_iter())
0 commit comments