Skip to content

Commit 051b0c2

Browse files
committed
minor doc tweak
1 parent e1aec8e commit 051b0c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,8 +1668,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
16681668
success, returns the number of bytes read. Less bytes may be read than the
16691669
size of the buffer. The underlying system call will be retried when
16701670
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.
1671+
Other errors will not be retried and an error will be raised.
16731672

16741673
Returns 0 if the fd is at end of file or if the provided buffer is
16751674
length 0 (can be used to check for errors without reading data). Never

0 commit comments

Comments
 (0)