diff --git a/xonsh/ansi_colors.py b/xonsh/ansi_colors.py index ecf68cde9..8036d5e74 100644 --- a/xonsh/ansi_colors.py +++ b/xonsh/ansi_colors.py @@ -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