Skip to content

Commit 22bb753

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 66e98d0 commit 22bb753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/docutils/docutils/nodes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Element(Node):
105105
def __getattr__(self, __name: str) -> Incomplete: ...
106106

107107
class TextElement(Element):
108-
child_text_separator: str = ''
108+
child_text_separator: str = ""
109109

110110
class Text(Node, str):
111111
tagname: ClassVar[str]

0 commit comments

Comments
 (0)