summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
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 ef3803b13..9337d7943 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -113,7 +113,7 @@ For example, if the path info sequence is ``['a', 'b', 'c']``:
"A" object's ``__getitem__`` is called with that value (``b``) as an
argument; we'll presume it succeeds.
-- When the "A" object's ``__getitem__`` succeeeds it will return an
+- When the "A" object's ``__getitem__`` succeeds it will return an
object, which we'll call "B". The :term:`context` temporarily
becomes the "B" object.