mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
typo fix
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
This commit is contained in:
parent
2a2f0c5765
commit
7c4332ce23
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ def make_ansi_style(palette):
|
|||
return style
|
||||
|
||||
|
||||
def _pygments_to_asni_style(style):
|
||||
def _pygments_to_ansi_style(style):
|
||||
"""Tries to convert the given pygments style to ANSI style.
|
||||
|
||||
Parameter
|
||||
|
|
Loading…
Add table
Reference in a new issue