Skip to content

Commit

Permalink
Docs: fixup typo in os.pwrite docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zougloub committed Jul 22, 2023
1 parent 9a6b278 commit 350f5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/clinic/posixmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -11283,7 +11283,7 @@ os.pwrite -> Py_ssize_t
Write bytes to a file descriptor starting at a particular offset.
Write buffer to fd, starting at offset bytes from the beginning of
the file. Returns the number of bytes writte. Does not change the
the file. Returns the number of bytes written. Does not change the
current file offset.
[clinic start generated code]*/

Expand Down

0 comments on commit 350f5a7

Please sign in to comment.