summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-18 15:50:41 -0800
committerErik Rose <erik@mozilla.com>2011-11-18 15:50:41 -0800
commit6c84202286e55eb3e4e86541a61fef668f091689 (patch)
tree2e739212e2d9bd5d0a7901d9db51a5beaeb49383 /README.rst
parentcf64ef05c839377a10702042f0fc977746e617aa (diff)
downloadblessings-6c84202286e55eb3e4e86541a61fef668f091689.tar.gz
We don't need tigetnum in this 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 b71fdbb..496ef79 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ code.
If either of these sounds good, Blessings is for you. Without it, this is how
you'd print some underlined text at the bottom of the screen::
- from curses import tigetstr, tigetnum, setupterm, tparm
+ from curses import tigetstr, setupterm, tparm
from fcntl import ioctl
from os import isatty
import struct