summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFernando Correa Neto <fcdoth@gmail.com>2009-12-09 23:50:26 +0000
committerFernando Correa Neto <fcdoth@gmail.com>2009-12-09 23:50:26 +0000
commitf5a628a425867884bbf0ca4e136fa316f324f882 (patch)
treeadb2c895f0ba517d995a895a343a34fd66e331a5 /docs
parente3b2718dfa1f62f9f54a2522cfea4dbab8f40858 (diff)
downloadpyramid-f5a628a425867884bbf0ca4e136fa316f324f882.tar.gz
pyramid-f5a628a425867884bbf0ca4e136fa316f324f882.tar.bz2
pyramid-f5a628a425867884bbf0ca4e136fa316f324f882.zip
typo
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 98b3f221e..68c886966 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -215,7 +215,7 @@ represents the :term:`default view` of a context object.
The :term:`default view` is found when all path elements in the URL
are exhausted before :term:`traversal` returns a :term:`context`
object, causing the :term:`view name` to be ``''`` (the empty string).
-When no path segements are "left over" after traversal, the
+When no path segments are "left over" after traversal, the
:term:`default view` for the context found is invoked.
If traversal returns a non-empty :term:`view name`, it means that