diff options
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index fe7e705..6adfdb1 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1325,7 +1325,7 @@ as internal buffering of data. .. function:: writev(fd, buffers) - Write the the contents of *buffers* to file descriptor *fd*, where *buffers* + Write the contents of *buffers* to file descriptor *fd*, where *buffers* is an arbitrary sequence of buffers. Returns the total number of bytes written. |