Coding Style
- typo
This commit is contained in:
parent
573bc5969c
commit
c79a91261e
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ class TermStr(collections.UserString):
|
|||
return self.transform_style(lambda style: style.bg_color_(bg_color))
|
||||
|
||||
def invert(self):
|
||||
return self.transform_style(CharStyle.invert_)
|
||||
return self.transform_style(CharStyle.invert)
|
||||
|
||||
def as_html(self):
|
||||
result = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue