commit | 280488b9a3b5cc213d01aae794751b89144f8609 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Aug 23 18:19:30 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Aug 23 18:19:30 2002 +0000 |
tree | b7f11d73232fe9cd918e2a37ad000adfc8162cd8 | |
parent | fa8dd5f40781d8670824d8ec94e37e4f6e075135 [diff] [blame] |
Whitespace normalization.
diff --git a/Tools/idle/CallTips.py b/Tools/idle/CallTips.py index 412a2e6..dc25083 100644 --- a/Tools/idle/CallTips.py +++ b/Tools/idle/CallTips.py
@@ -79,7 +79,7 @@ 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