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 @@
# """Constants and membership tests for ASCII characters"""
# ascii.py -- constants and membership tests for ASCII characters
#
NUL = 0x00 # ^@ NUL = 0x00 # ^@
SOH = 0x01 # ^A SOH = 0x01 # ^A

View File

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