Fix typo in still unused function that generate colored message
This commit is contained in:
parent
1e75bd006b
commit
f55ea7ff9d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def yellow(t):
|
|||
def blue(t):
|
||||
return _color(t, 34)
|
||||
|
||||
def mangenta(t):
|
||||
def magenta(t):
|
||||
return _color(t, 35)
|
||||
|
||||
def cyan(t):
|
||||
|
|
Loading…
Add table
Reference in a new issue