Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
This commit is contained in:
Gyuri Horak 2020-10-13 20:54:08 +02:00 committed by GitHub
parent 2a2f0c5765
commit 7c4332ce23
Failed to generate hash of commit

View file

@ -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