if -> elif
This commit is contained in:
parent
c18c10774e
commit
59138a9824
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class Formatted():
|
|||
elif name == "strikethrough" and value:
|
||||
return string_strikethrough(string)
|
||||
|
||||
if name == "quote" and value:
|
||||
elif name == "quote" and value:
|
||||
return quote_wrapper.fill(string.replace("\n", ""))
|
||||
|
||||
elif name == "fgcolor" and value:
|
||||
|
|
Loading…
Add table
Reference in a new issue