From 043ccddb909327106264d10ed5d413760a51770d Mon Sep 17 00:00:00 2001
From: Tshepang Lekhonkhobe <tshepang@gmail.com>
Date: Wed, 02 Jan 2013 01:40:17 +0100
Subject: [PATCH] eliminate other repeated words

---
 pyramid/config/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py
index 40edaa3..40c4877 100644
--- a/pyramid/config/__init__.py
+++ b/pyramid/config/__init__.py
@@ -244,7 +244,7 @@
     prepended to their pattern. This parameter is new in Pyramid 1.2.
 
     If ``introspection`` is passed, it must be a boolean value.  If it's
-    ``True``, introspection values during actions will be kept for for use
+    ``True``, introspection values during actions will be kept for use
     for tools like the debug toolbar.  If it's ``False``, introspection
     values provided by registrations will be ignored.  By default, it is
     ``True``.  This parameter is new as of Pyramid 1.3.

--
Gitblit v1.9.3