Chris Beelby
2011-02-03 9b514e5df0caba9a02bb6d2915d5eb3f13e7a897
Wrong name for variable
1 files modified
2 ■■■ changed files
docs/narr/security.rst 2 ●●● patch | view | raw | blame | history
docs/narr/security.rst
@@ -457,7 +457,7 @@
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: