]> granicus.if.org Git - python/commitdiff
Fix comment typo noticed by Rob Hooft
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Jun 2000 14:15:29 +0000 (14:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Jun 2000 14:15:29 +0000 (14:15 +0000)
Lib/curses/ascii.py

index b53c91cd6f68a0df591c81c568ee962c79d42b71..df63e73e35d961afb6b40d2e89116a79c825a3e6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# ascii.py -- constants and memembership tests for ASCII characters
+# ascii.py -- constants and membership tests for ASCII characters
 #
 
 NUL    = 0x00  # ^@