From 5d23bd01db7ba99975a2f6c7205c2f1cd838ee52 Mon Sep 17 00:00:00 2001 From: tomlikestorock Date: Sat, 8 Jan 2011 11:44:46 -0800 Subject: fixing typo --- docs/narr/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index ac88afdfd..da1933190 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -184,7 +184,7 @@ you will reach the filesystem root directory. objects "by hand". Instead, as necessary, during traversal :app:`Pyramid` will wrap each resource (even the root resource) in a ``LocationProxy`` which will dynamically assign a ``__name__`` and a ``__parent__`` to the - traversed resrouce (based on the last traversed resource and the name + traversed resource (based on the last traversed resource and the name supplied to ``__getitem__``). The root resource will have a ``__name__`` attribute of ``None`` and a ``__parent__`` attribute of ``None``. -- cgit v1.2.3