Whitespace normalization.

This commit is contained in:
Tim Peters 2002-08-23 18:19:30 +00:00
parent fa8dd5f407
commit 280488b9a3
9 changed files with 15 additions and 15 deletions

View file

@ -79,7 +79,7 @@ class CallTips:
wordchars="._" + string.ascii_letters + string.digits):
# Usage of ascii_letters is necessary to avoid UnicodeErrors
# if chars contains non-ASCII.
# XXX - This needs to be moved to a better place
# so the "." attribute lookup code can also use it.
text = self.text