mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-08 12:15:25 -05:00
A docstring doesn't hurt much.
This commit is contained in:
parent
8c25795723
commit
966129c9a3
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ def stripUnderline(s):
|
|||
|
||||
def stripFormatting(s):
|
||||
"""Returns the string s, with all formatting removed."""
|
||||
# stripColor has to go first because of some strings, check the tests.
|
||||
s = stripColor(s)
|
||||
s = stripBold(s)
|
||||
s = stripReverse(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue