mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Whitespace normalization.
This commit is contained in:
parent
fa8dd5f407
commit
280488b9a3
9 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue