diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-27 14:15:29 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-27 14:15:29 (GMT) |
commit | 862815702687029b488b427ac680d6a0361f9edc (patch) | |
tree | 67588ea49d6f9deb5105fc2888cd2d7b5ac418be /Lib/curses | |
parent | af5b76677f2e6cd4b5b9bf91e0d36e3adfec3d37 (diff) | |
download | cpython-862815702687029b488b427ac680d6a0361f9edc.zip cpython-862815702687029b488b427ac680d6a0361f9edc.tar.gz cpython-862815702687029b488b427ac680d6a0361f9edc.tar.bz2 |
Fix comment typo noticed by Rob Hooft
Diffstat (limited to 'Lib/curses')
-rw-r--r-- | Lib/curses/ascii.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/curses/ascii.py b/Lib/curses/ascii.py index b53c91c..df63e73 100644 --- a/Lib/curses/ascii.py +++ b/Lib/curses/ascii.py @@ -1,5 +1,5 @@ # -# ascii.py -- constants and memembership tests for ASCII characters +# ascii.py -- constants and membership tests for ASCII characters # NUL = 0x00 # ^@ |