From 0ce9537fc5dec2a900f6646d58e26ad2d6655f4e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 15 Jun 2014 18:30:27 -0700 Subject: improve note --- Doc/library/os.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 170d07b..2f89ae4 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1094,7 +1094,8 @@ or `the MSDN `_ on Window .. 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 -- cgit v0.12