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/traversal.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/traversal.py b/pyramid/traversal.py
index 6832ce6..ed49d87 100644
--- a/pyramid/traversal.py
+++ b/pyramid/traversal.py
@@ -414,7 +414,7 @@
     'virtual root path': the :func:`pyramid.traversal.find_resource`
     API will be used to find the virtual root resource using this path;
     if the resource is found, it will be returned.  If the
-    ``HTTP_X_VHM_ROOT`` key is is not present in the WSGI environment,
+    ``HTTP_X_VHM_ROOT`` key is not present in the WSGI environment,
     the physical :term:`root` of the resource tree will be returned instead.
 
     Virtual roots are not useful at all in applications that use

--
Gitblit v1.9.3