Skip to content

Commit ce2998f

Browse files
author
Edge-Seven
authored
Fix typo in deprecation message (#15044)
1 parent 98c5b95 commit ce2998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/asyncio/trsock.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class TransportSocket:
6262
def listen(self, backlog: int = ..., /) -> None: ...
6363
@deprecated("Removed in Python 3.11")
6464
def makefile(self) -> BinaryIO: ...
65-
@deprecated("Rmoved in Python 3.11")
65+
@deprecated("Removed in Python 3.11")
6666
def sendfile(self, file: BinaryIO, offset: int = 0, count: int | None = None) -> int: ...
6767
@deprecated("Removed in Python 3.11")
6868
def close(self) -> None: ...

0 commit comments

Comments
 (0)