From f86d9dbb794bad383b7cfb79989954d3aa0bdfc2 Mon Sep 17 00:00:00 2001 From: jquast Date: Tue, 5 Nov 2013 00:09:58 -0800 Subject: docfix: 25 x 80 -> 24 x 80 --- blessings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blessings') diff --git a/blessings/__init__.py b/blessings/__init__.py index bee547e..8183265 100644 --- a/blessings/__init__.py +++ b/blessings/__init__.py @@ -220,7 +220,7 @@ class Terminal(object): """Return a tuple of (terminal height, terminal width), using TIOCGWINSZ (Terminal I/O-Control: Get Window Size), falling back to environment variables (LINES, COLUMNS), - and 25 x 80 when otherwise unavailable.""" + and 24 x 80 when otherwise unavailable.""" # tigetnum('lines') and tigetnum('cols') update only if we call # setupterm() again. for descriptor in self._init_descriptor, sys.__stdout__: -- cgit v1.2.1