socket.sendfile() is a method not a module

This commit is contained in:
Martin Panter 2015-09-11 23:44:18 +00:00
parent 76950387fe
commit 3133a9f5ab
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