Skip to content

Commit f437aeb

Browse files
committed
I'm not sure what happens in all cases if data is str, so be extra careful
1 parent f532198 commit f437aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/docutils/docutils/io.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class FileOutput(Output):
105105
) -> None: ...
106106
def open(self) -> None: ...
107107
@overload
108-
def write(self, data: str) -> str: ...
108+
def write(self, data: str) -> str | bytes: ...
109109

110110
@overload
111111
def write(self, data: bytes) -> bytes: ...

0 commit comments

Comments
 (0)