summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-09-09 06:28:08 (GMT)
committerMartin Panter <vadmium>2015-09-09 06:28:08 (GMT)
commit3f560c16e54aae0a1873a551e097e6e41e6aed54 (patch)
tree321af9620f256f996a10c2c80f9d00c997284261 /Doc
parent29bdbd0270b64b6625be2c94240d2b0a233f8ea5 (diff)
parent6088b7bd492aed4524a34156a1ecfd5facc17faa (diff)
downloadcpython-3f560c16e54aae0a1873a551e097e6e41e6aed54.zip
cpython-3f560c16e54aae0a1873a551e097e6e41e6aed54.tar.gz
cpython-3f560c16e54aae0a1873a551e097e6e41e6aed54.tar.bz2
Merge 3.5 into 3.6
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 40d65ad..1e4bcb8 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1072,7 +1072,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
.. function:: sendfile(out, in, offset, count)
- sendfile(out, in, offset, count, headers=None, trailers=None, flags=0)
+ sendfile(out, in, offset, count, [headers], [trailers], flags=0)
Copy *count* bytes from file descriptor *in* to file descriptor *out*
starting at *offset*.