summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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