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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy