Merge sendfile() doc fixes from 3.5

This commit is contained in:
Martin Panter 2015-09-11 23:54:58 +00:00
commit 3286031481
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
.. note::
For a higher-level wrapper of :func:`sendfile`, see
:mod:`socket.socket.sendfile`.
:meth:`socket.socket.sendfile`.
.. versionadded:: 3.3