projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
decdb74
)
make documented file() kw names and actual ones agree (closes #15572)
author
Benjamin Peterson
<benjamin@python.org>
Tue, 7 Aug 2012 18:57:47 +0000
(11:57 -0700)
committer
Benjamin Peterson
<benjamin@python.org>
Tue, 7 Aug 2012 18:57:47 +0000
(11:57 -0700)
Patch by Daniel Ellis.
Doc/library/functions.rst
patch
|
blob
|
history
diff --git
a/Doc/library/functions.rst
b/Doc/library/functions.rst
index dc8ee9a454dc57e1669fa65832d2407fc540edfc..30ac614a33376eacec41c87f4ef0fee13f19cbb5 100644
(file)
--- 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