commit | 862815702687029b488b427ac680d6a0361f9edc | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Jun 27 14:15:29 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Jun 27 14:15:29 2000 +0000 |
tree | 67588ea49d6f9deb5105fc2888cd2d7b5ac418be | |
parent | af5b76677f2e6cd4b5b9bf91e0d36e3adfec3d37 [diff] [blame] |
Fix comment typo noticed by Rob Hooft
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 # ^@