Fix comment typo noticed by Rob Hooft

This commit is contained in:
Andrew M. Kuchling 2000-06-27 14:15:29 +00:00
parent af5b76677f
commit 8628157026

View 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 # ^@