diff -r e057a7d18fa2 Doc/library/functions.rst --- a/Doc/library/functions.rst Mon Aug 06 16:09:09 2012 -0400 +++ b/Doc/library/functions.rst Tue Aug 07 09:30:30 2012 -0400 @@ -451,7 +451,7 @@ 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