Skip to content

Commit 350f5a7

Browse files
committed
Docs: fixup typo in os.pwrite docstring
1 parent 9a6b278 commit 350f5a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/clinic/posixmodule.c.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11283,7 +11283,7 @@ os.pwrite -> Py_ssize_t
1128311283
Write bytes to a file descriptor starting at a particular offset.
1128411284
1128511285
Write buffer to fd, starting at offset bytes from the beginning of
11286-
the file. Returns the number of bytes writte. Does not change the
11286+
the file. Returns the number of bytes written. Does not change the
1128711287
current file offset.
1128811288
[clinic start generated code]*/
1128911289

0 commit comments

Comments
 (0)