[Python-checkins] cpython: improve note

benjamin.peterson python-checkins at python.org
Mon Jun 16 03:30:35 CEST 2014


http://hg.python.org/cpython/rev/7aad195c7c64
changeset:   91191:7aad195c7c64
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jun 15 18:30:27 2014 -0700
summary:
  improve note

files:
  Doc/library/os.rst |  3 ++-
  1 files changed, 2 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
@@ -1094,7 +1094,8 @@
 
    .. note::
 
-      For a higher-level version of this see :mod:`socket.socket.sendfile`.
+      For a higher-level wrapper of :func:`sendfile`, see
+      :mod:`socket.socket.sendfile`.
 
    .. versionadded:: 3.3
 

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


More information about the Python-checkins mailing list