William Chambers
2010-11-06 b3a38e46b7a169d1dc41bbdd4c1eab126477bf87
Docs fix: Missed an instance of bfg -> pyramid in the glossary.
1 files modified
10 ■■■■ changed files
docs/glossary.rst 10 ●●●● patch | view | raw | blame | history
docs/glossary.rst
@@ -240,11 +240,11 @@
   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