]> granicus.if.org Git - python/commitdiff
backport c4bd68be5fc6 to 3.2
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 2 Jun 2012 21:41:19 +0000 (23:41 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 2 Jun 2012 21:41:19 +0000 (23:41 +0200)
Doc/glossary.rst

index 21b92a99a1dd74244e94fbbd49fc1d7d4e13c6a2..bf1234db2d754e3f17862346944a0ff53768054c 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`.