diff --git a/core/browser.py b/core/browser.py index 51528b8..d07c896 100644 --- a/core/browser.py +++ b/core/browser.py @@ -735,7 +735,7 @@ class BrowserBuffer(Buffer): return [self.buffer_widget.focusProxy()] def scroll_other_buffer(self, scroll_direction, scroll_type): - ''' Scroll.'''' + ''' Scroll.''' if scroll_type == "page": if scroll_direction == "up": self.scroll_up_page()