Skip to content

Commit b72a28a

Browse files
committed
fixup
1 parent cf92716 commit b72a28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/docutils/docutils/nodes.pyi

+1-1
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)