mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -64,7 +64,7 @@ The module defines the following items:
|
|||
method. At least one of *fileobj* and *filename* must be given a non-trivial
|
||||
value.
|
||||
|
||||
The new class instance is based on *fileobj*, which can be a regular file, a
|
||||
The new class instance is based on *fileobj*, which can be a regular file, an
|
||||
:class:`io.BytesIO` object, or any other object which simulates a file. It
|
||||
defaults to ``None``, in which case *filename* is opened to provide a file
|
||||
object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue