From: Eli Bendersky <eliben@gmail.com>
Date: Fri, 30 Mar 2012 08:02:05 +0000 (+0300)
Subject: fix typo in glossary
X-Git-Tag: v3.3.0a2~30^2~2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbaedb8cf9f141e6153d2e72bc04872499c40c58;p=python

fix typo in glossary
---

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index b44c5cca5e..e5b3847e9f 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -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`.