mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -42,13 +42,13 @@ def small(text):
|
|||
return '<small>' + text + '</small>'
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
||||
def strong(text):
|
||||
if text:
|
||||
return '<strong>' + text + '</strong>'
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
||||
def grey(text):
|
||||
if text:
|
||||
return '<font color="#909090">' + text + '</font>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue