Commit 359b5032 authored by Benjamin Peterson's avatar Benjamin Peterson

make documented file() kw names and actual ones agree (closes #15572)

Patch by Daniel Ellis.
parent decdb742
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment