We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c5b95 commit ce2998fCopy full SHA for ce2998f
1 file changed
stdlib/asyncio/trsock.pyi
@@ -62,7 +62,7 @@ class TransportSocket:
62
def listen(self, backlog: int = ..., /) -> None: ...
63
@deprecated("Removed in Python 3.11")
64
def makefile(self) -> BinaryIO: ...
65
- @deprecated("Rmoved in Python 3.11")
+ @deprecated("Removed in Python 3.11")
66
def sendfile(self, file: BinaryIO, offset: int = 0, count: int | None = None) -> int: ...
67
68
def close(self) -> None: ...
0 commit comments