aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/curses/textpad.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/curses/textpad.py')
-rw-r--r--Lib/curses/textpad.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/curses/textpad.py b/Lib/curses/textpad.py
index 93771c95668..97ee36bdb56 100644
--- a/Lib/curses/textpad.py
+++ b/Lib/curses/textpad.py
@@ -1,6 +1,4 @@
-"""curses.textpad
-
-"""
+"""Simple textbox editing widget with Emacs-like keybindings."""
import sys, curses, ascii