Skip to content

Commit d966cd3

Browse files
committed
Update librt.strings stub
1 parent 9ffcf81 commit d966cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/typeshed/stubs/librt/librt/strings.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ from mypy_extensions import i64, i32, u8
44

55
@final
66
class BytesWriter:
7-
def append(self, /, x: int) -> None: ...
7+
def append(self, x: int, /) -> None: ...
88
def write(self, b: bytes | bytearray, /) -> None: ...
99
def getvalue(self) -> bytes: ...
1010
def truncate(self, size: i64, /) -> None: ...

0 commit comments

Comments
 (0)