summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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