From 3ec9e80de48225c7f27c19cdc0546762c042d0d1 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 1 Aug 2014 13:38:12 +0200 Subject: Little comments fix --- src/core/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/core.py') diff --git a/src/core/core.py b/src/core/core.py index 75a3d7f5..6821df92 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -1599,9 +1599,9 @@ class Core(object): Called when we want to resize the screen """ # If we have the tabs list on the left, we just give a truncated - # window to each Tab class, so the draw themself in the portion - # of the screen that the can occupy, and we draw the tab list - # on the left remaining space + # window to each Tab class, so they draw themself in the portion of + # the screen that they can occupy, and we draw the tab list on the + # remaining space, on the left with g_lock: height, width = self.stdscr.getmaxyx() if (config.get('enable_vertical_tab_list', False) and -- cgit v1.2.3