summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-08-08 12:22:13 -0700
committerMichael Merickel <michael@merickel.org>2013-08-08 12:22:13 -0700
commitec0dd5e1689e319deba7aec89be73e95acebf348 (patch)
tree89a3633f069450e0f9b9a1b75c2deaba7992fc0a /docs
parentb292a9ff8b5376362f8ee62849fa30da37e823ab (diff)
parentdcc7d67cb55304483b3c9931fbec17e98447279a (diff)
downloadpyramid-ec0dd5e1689e319deba7aec89be73e95acebf348.tar.gz
pyramid-ec0dd5e1689e319deba7aec89be73e95acebf348.tar.bz2
pyramid-ec0dd5e1689e319deba7aec89be73e95acebf348.zip
Merge pull request #1066 from tisdall/master
yet another spelling correction
Diffstat (limited to 'docs')
-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