From 9b514e5df0caba9a02bb6d2915d5eb3f13e7a897 Mon Sep 17 00:00:00 2001 From: Chris Beelby Date: Wed, 2 Feb 2011 21:27:29 -0500 Subject: Wrong name for variable --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3