Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f67133

Browse files
committed
backport c4bd68be5fc6 to 3.2
1 parent 29d09aa commit 7f67133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Glossary
194194
An object exposing a file-oriented API (with methods such as
195195
:meth:`read()` or :meth:`write()`) to an underlying resource. Depending
196196
on the way it was created, a file object can mediate access to a real
197-
on-disk file or to another other type of storage or communication device
197+
on-disk file or to another type of storage or communication device
198198
(for example standard input/output, in-memory buffers, sockets, pipes,
199199
etc.). File objects are also called :dfn:`file-like objects` or
200200
:dfn:`streams`.

0 commit comments

Comments
 (0)