Skip to content

Commit

Permalink
[test/lint] Caught typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 10, 2025
1 parent 11a83e8 commit 57fd999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctools/oils_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def PrintHighlighted(self, out):
code = html.ToText(self.s, self.start_pos, self.end_pos)

lexer = pygments.lexers.get_lexer_by_name(self.lang)
formatter = pyments.formatters.HtmlFormatter()
formatter = pygments.formatters.HtmlFormatter()

highlighted = pygments.highlight(code, lexer, formatter)
out.Print(highlighted)
Expand Down

0 comments on commit 57fd999

Please sign in to comment.