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.
1 parent e1aec8e commit 051b0c2Copy full SHA for 051b0c2
Doc/library/os.rst
@@ -1668,8 +1668,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
1668
success, returns the number of bytes read. Less bytes may be read than the
1669
size of the buffer. The underlying system call will be retried when
1670
interrupted by a signal, unless the signal handler raises an exception.
1671
- Other errors will not be retried and an error will
1672
- be raised.
+ Other errors will not be retried and an error will be raised.
1673
1674
Returns 0 if the fd is at end of file or if the provided buffer is
1675
length 0 (can be used to check for errors without reading data). Never
0 commit comments