summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Beelby <cmbeelby@gmail.com>2011-02-02 21:27:29 -0500
committerChris Beelby <cmbeelby@gmail.com>2011-02-02 21:27:29 -0500
commit9b514e5df0caba9a02bb6d2915d5eb3f13e7a897 (patch)
tree7c61a4f790f5e606202a1700b2446afb7cf31ddf /docs
parent5a3520f197aadba1740ded566fb5c4956cae0bc3 (diff)
downloadpyramid-9b514e5df0caba9a02bb6d2915d5eb3f13e7a897.tar.gz
pyramid-9b514e5df0caba9a02bb6d2915d5eb3f13e7a897.tar.bz2
pyramid-9b514e5df0caba9a02bb6d2915d5eb3f13e7a897.zip
Wrong name for variable
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index d4957b491..10a6c3db3 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -457,7 +457,7 @@ parents left.
In order to allow the security machinery to perform ACL inheritance, resource
objects must provide *location-awareness*. Providing *location-awareness*
means two things: the root object in the resource tree must have a
-``_name__`` attribute and a ``__parent__`` attribute.
+``__name__`` attribute and a ``__parent__`` attribute.
.. code-block:: python
:linenos: