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

index d2d5e32a26d9ad999b575425135ca74bcbb15cef..de6cd89bb453cfc1bfd9c3466baf7015f21f03f3 100644 (file)
@@ -200,7 +200,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`.