Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2021
1 parent 0379d32 commit 0121582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myst_parser/parse_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def nest_vtag(self, name: str, attrs: dict):
top.append(item)

def nest_terminal(self, klass: Type[TerminalElement], data: str):
""" Nest the data onto the tree."""
"""Nest the data onto the tree."""
top = self.last()
item = klass(data)
top.append(item)
Expand Down

0 comments on commit 0121582

Please sign in to comment.