commit | e0d0090e76075a983d42aedad1c4fc2e77db847c | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jul 11 10:38:24 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jul 11 10:38:24 2000 +0000 |
tree | bd78eb7954937662bd36db2a3f5c275120bfcac0 | |
parent | 566d8a64eb4f51510dd17df8a478e7c0c10ec498 [diff] [blame] |
Docstring changes.
diff --git a/Lib/curses/ascii.py b/Lib/curses/ascii.py index df63e73..1135510 100644 --- a/Lib/curses/ascii.py +++ b/Lib/curses/ascii.py
@@ -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