From c90930a41c7ccac634d96536a4c65bce57f5fb8b Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sat, 15 Jan 2011 22:08:21 -0700 Subject: slight clarification --- docs/narr/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/security.rst') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 814f232d7..6ea48794c 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -7,7 +7,7 @@ Security ======== :app:`Pyramid` provides an optional declarative authorization system -that prevents a :term:`view` from being invoked based on an +that can prevent a :term:`view` from being invoked based on an :term:`authorization policy`. Before a view is invoked, the authorization system can use the credentials in the :term:`request` along with the :term:`context` resource to determine if access will be -- cgit v1.2.3