summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-24 22:57:55 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-24 22:57:55 -0700
commitd062f5d44ffc503cda7675389c58727d2b440f40 (patch)
tree46b8f7bfbe156181daebc79df8be2f485ac54017 /docs/narr/hybrid.rst
parent5a6b033b6914462fbcf1f70889d2e9a6897e01c5 (diff)
downloadpyramid-d062f5d44ffc503cda7675389c58727d2b440f40.tar.gz
pyramid-d062f5d44ffc503cda7675389c58727d2b440f40.tar.bz2
pyramid-d062f5d44ffc503cda7675389c58727d2b440f40.zip
Lose the word 'here' since we already said it's 'above'
Diffstat (limited to 'docs/narr/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index d5d613916..a428ddc92 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -240,7 +240,7 @@ we've created a root factory that looks like so in a module named
def root_factory(request):
return root
-Above, we've defined a (bogus) graph here that can be traversed, and a
+Above, we've defined a (bogus) graph that can be traversed, and a
``root_factory`` function that can be used as part of a particular
route configuration statement: