From ee24c4b9d639cca33026e726550d38bbefe5759b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Jan 2010 14:35:20 +0000 Subject: Spellcheck. --- docs/narr/traversal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/traversal.rst') 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. -- cgit v1.2.3