Skip to content

Commit 394f715

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6e0fdc commit 394f715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def _attribute_token(self) -> Token:
274274

275275
@property
276276
def tag(self) -> str:
277-
"""html tag name, e.g. \"p\" """
277+
"""html tag name, e.g. \"p\""""
278278
return self._attribute_token().tag
279279

280280
@property

0 commit comments

Comments
 (0)