Docstring changes.

This commit is contained in:
Andrew M. Kuchling 2000-07-11 10:38:24 +00:00
parent 566d8a64eb
commit e0d0090e76
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,4 @@
#
# ascii.py -- constants and membership tests for ASCII characters
#
"""Constants and membership tests for ASCII characters"""
NUL = 0x00 # ^@
SOH = 0x01 # ^A

View file

@ -1,6 +1,4 @@
"""curses.textpad
"""
"""Simple textbox editing widget with Emacs-like keybindings."""
import sys, curses, ascii