Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 35c78ba + 67503c5 commit b6cdc1cCopy full SHA for b6cdc1c
1 file changed
Doc/library/os.rst
@@ -1056,10 +1056,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
1056
.. versionadded:: 3.3
1057
1058
1059
-.. function:: pwrite(fd, string, offset)
+.. function:: pwrite(fd, str, offset)
1060
1061
- Write *string* to a file descriptor, *fd*, from *offset*, leaving the file
1062
- offset unchanged.
+ Write *bytestring* to a file descriptor, *fd*, from *offset*,
+ leaving the file offset unchanged.
1063
1064
Availability: Unix.
1065
0 commit comments