From: Andrew M. Kuchling Date: Tue, 27 Jun 2000 14:15:29 +0000 (+0000) Subject: Fix comment typo noticed by Rob Hooft X-Git-Tag: v2.0b1~1393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=862815702687029b488b427ac680d6a0361f9edc;p=python Fix comment typo noticed by Rob Hooft --- diff --git a/Lib/curses/ascii.py b/Lib/curses/ascii.py index b53c91cd6f..df63e73e35 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 # ^@