mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
make documented file() kw names and actual ones agree (closes #15572)
Patch by Daniel Ellis.
This commit is contained in:
parent
decdb74227
commit
359b5032f6
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ available. They are listed here in alphabetical order.
|
||||||
used reliably to modify a function's locals.
|
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
|
Constructor function for the :class:`file` type, described further in section
|
||||||
:ref:`bltin-file-objects`. The constructor's arguments are the same as those
|
:ref:`bltin-file-objects`. The constructor's arguments are the same as those
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue