mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
fix typo in glossary
This commit is contained in:
parent
6bdb650ab2
commit
dbaedb8cf9
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Glossary
|
||||||
An object exposing a file-oriented API (with methods such as
|
An object exposing a file-oriented API (with methods such as
|
||||||
:meth:`read()` or :meth:`write()`) to an underlying resource. Depending
|
:meth:`read()` or :meth:`write()`) to an underlying resource. Depending
|
||||||
on the way it was created, a file object can mediate access to a real
|
on the way it was created, a file object can mediate access to a real
|
||||||
on-disk file or to another other type of storage or communication device
|
on-disk file or to another type of storage or communication device
|
||||||
(for example standard input/output, in-memory buffers, sockets, pipes,
|
(for example standard input/output, in-memory buffers, sockets, pipes,
|
||||||
etc.). File objects are also called :dfn:`file-like objects` or
|
etc.). File objects are also called :dfn:`file-like objects` or
|
||||||
:dfn:`streams`.
|
:dfn:`streams`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue