From 359b5032f64588c09723eef7a600ceb8462e658e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 7 Aug 2012 11:57:47 -0700 Subject: [PATCH] make documented file() kw names and actual ones agree (closes #15572) Patch by Daniel Ellis. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index dc8ee9a454d..30ac614a333 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -451,7 +451,7 @@ available. They are listed here in alphabetical order. used reliably to modify a function's locals. -.. function:: file(filename[, mode[, bufsize]]) +.. function:: file(name[, mode[, buffering]]) Constructor function for the :class:`file` type, described further in section :ref:`bltin-file-objects`. The constructor's arguments are the same as those