]> granicus.if.org Git - python/commitdiff
fix typo in glossary
authorEli Bendersky <eliben@gmail.com>
Fri, 30 Mar 2012 08:02:05 +0000 (11:02 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 30 Mar 2012 08:02:05 +0000 (11:02 +0300)
Doc/glossary.rst

index b44c5cca5eed69fe8e45cf978ecd716e890dac9d..e5b3847e9f7040a649c3f174e02ba2a4cf46a278 100644 (file)
@@ -194,7 +194,7 @@ Glossary
       An object exposing a file-oriented API (with methods such as
       :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-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,
       etc.).  File objects are also called :dfn:`file-like objects` or
       :dfn:`streams`.