diff options
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py index 7e2686be..22709436 100644 --- a/src/window.py +++ b/src/window.py @@ -577,7 +577,7 @@ class Window(object): def resize(self, stdscr): """ - Resize the whole tabe. i.e. all its sub-windows + Resize the whole window. i.e. all its sub-windows """ self.size = (self.height, self.width) = stdscr.getmaxyx() if self.height < 10 or self.width < 50: |