Merge doc fixes from 3.5

This commit is contained in:
Martin Panter 2017-01-14 09:54:57 +00:00
commit 4659ddc433
18 changed files with 75 additions and 75 deletions

View file

@ -1342,8 +1342,8 @@ to sockets.
to transmit as opposed to sending the file until EOF is reached. File
position is updated on return or also in case of error in which case
:meth:`file.tell() <io.IOBase.tell>` can be used to figure out the number of
bytes which were sent. The socket must be of :const:`SOCK_STREAM` type. Non-
blocking sockets are not supported.
bytes which were sent. The socket must be of :const:`SOCK_STREAM` type.
Non-blocking sockets are not supported.
.. versionadded:: 3.5