summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-28 11:23:50 -0800
committerErik Rose <erik@mozilla.com>2011-11-28 11:23:50 -0800
commit72ab890bad38e11be21a9d07c9f0a2a998f948b0 (patch)
tree1994c393ea9acade8fe1633f36fc2d566e6c852f /README.rst
parenta6413f696689fb9e4cdcaf11fe02c2b31e76db19 (diff)
downloadblessings-72ab890bad38e11be21a9d07c9f0a2a998f948b0.tar.gz
Fix an error in an example.
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