commit | 3133a9f5ab0eac7e21a13b9fa10356d6c830f83c | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium> | Fri Sep 11 23:44:18 2015 +0000 |
committer | Martin Panter <vadmium> | Fri Sep 11 23:44:18 2015 +0000 |
tree | 102954842bfe6eaa0cb0d3a41ce3a94eb3ac947a | |
parent | 76950387fea9130f201025e4205a63fc76a8eaaf [diff] |
socket.sendfile() is a method not a module
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 13f83c6..30f1605 100644 --- 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