From 125e9746a5da925243dabf67b2609b556bb9215a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 04:12:10 +0000 Subject: Adjust for 7.5x9.25in output. --- docs/narr/security.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/narr/security.rst') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 36469def0..66db64f7f 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -646,12 +646,11 @@ example, it might be desirable to construct an alternate authorization policy which allows the application to use an authorization mechanism that does not involve :term:`ACL` objects. -:mod:`repoze.bfg` ships with only its single default -:class:`repoze.bfg.authorization.ACLAuthorizationPolicy`, so you'll -need to create your own if you'd like to use a different one. -Creating and using your own authorization policy is a matter of -creating an instance of an object that implements the following -interface: +:mod:`repoze.bfg` ships with only a single default authorization +policy, so you'll need to create your own if you'd like to use a +different one. Creating and using your own authorization policy is a +matter of creating an instance of an object that implements the +following interface: .. code-block:: python -- cgit v1.2.3