summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authortisdall <tisdall@gmail.com>2013-08-08 15:11:43 -0400
committertisdall <tisdall@gmail.com>2013-08-08 15:11:43 -0400
commitdcc7d67cb55304483b3c9931fbec17e98447279a (patch)
tree89a3633f069450e0f9b9a1b75c2deaba7992fc0a /docs/narr/traversal.rst
parentbfb395aa02dc9c451d1c8e0e77242cf2547cff8b (diff)
downloadpyramid-dcc7d67cb55304483b3c9931fbec17e98447279a.tar.gz
pyramid-dcc7d67cb55304483b3c9931fbec17e98447279a.tar.bz2
pyramid-dcc7d67cb55304483b3c9931fbec17e98447279a.zip
"resouce" to "resource"
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 2eb6ece13..a60c5ba56 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -289,7 +289,7 @@ system uses this algorithm to find a :term:`context` resource and a
return resource "C".
#. Traversal ends when a) the entire path is exhausted or b) when any
- resouce raises a :exc:`KeyError` from its ``__getitem__`` or c) when any
+ resource raises a :exc:`KeyError` from its ``__getitem__`` or c) when any
non-final path element traversal does not have a ``__getitem__`` method
(resulting in a :exc:`AttributeError`) or d) when any path element is
prefixed with the set of characters ``@@`` (indicating that the characters