mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix typo.
This commit is contained in:
parent
2dced8b602
commit
316414e435
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def open(file, mode="r", buffering=None, encoding=None, newline=None,
|
|||
a filename is given.
|
||||
|
||||
(*) If a file descriptor is given, it is closed when the returned
|
||||
I/O object is closed, unless closefd=False is give.
|
||||
I/O object is closed, unless closefd=False is given.
|
||||
|
||||
Mode strings characters:
|
||||
'r': open for reading (default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue