[Python-checkins] cpython (3.5): socket.sendfile() is a method not a module

martin.panter python-checkins at python.org
Sat Sep 12 01:56:34 CEST 2015


https://hg.python.org/cpython/rev/857ae7ab0955
changeset:   97932:857ae7ab0955
branch:      3.5
user:        Martin Panter <vadmium>
date:        Fri Sep 11 23:44:18 2015 +0000
summary:
  socket.sendfile() is a method not a module

files:
  Doc/library/os.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1102,7 +1102,7 @@
    .. note::
 
       For a higher-level wrapper of :func:`sendfile`, see
-      :mod:`socket.socket.sendfile`.
+      :meth:`socket.socket.sendfile`.
 
    .. versionadded:: 3.3
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list