diff options
Diffstat (limited to 'Lib/curses/ascii.py')
-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 # ^@ |