From 72ab890bad38e11be21a9d07c9f0a2a998f948b0 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 28 Nov 2011 11:23:50 -0800 Subject: Fix an error in an example. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index dfe307c..8c6ab45 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ this time with Blessings:: term = Terminal() with term.location(0, term.height): - print 'This is', t.underline('pretty!') + print 'This is', term.underline('pretty!') It's short, it's obvious, and it keeps all those nasty ``tigetstr()`` and ``tparm()`` calls out of your code. It also acts intelligently when somebody -- cgit v1.2.1