From b3a38e46b7a169d1dc41bbdd4c1eab126477bf87 Mon Sep 17 00:00:00 2001 From: William Chambers Date: Sat, 6 Nov 2010 15:29:38 -0400 Subject: Docs fix: Missed an instance of bfg -> pyramid in the glossary. --- docs/glossary.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index a20213459..c35382896 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -240,11 +240,11 @@ Glossary authorization The act of determining whether a user can perform a specific - action. In bfg terms, this means determining whether, for a given - context, any :term:`principal` (or principals) associated with the - request have the requisite :term:`permission` to allow the request - to continue. Authorization in :mod:`pyramid` is performed via - its :term:`authorization policy`. + action. In pyramid terms, this means determining whether, for a + given context, any :term:`principal` (or principals) associated + with the request have the requisite :term:`permission` to allow + the request to continue. Authorization in :mod:`pyramid` is + performed via its :term:`authorization policy`. principal A *principal* is a string or unicode object representing a userid -- cgit v1.2.3