diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-24 11:46:52 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-24 11:46:52 -0800 |
| commit | 33f922bb012481424bdcd0b5d063ebf22f20d273 (patch) | |
| tree | 708736152f7c25838512de98490bfdd53782b67a /docs/api/security.rst | |
| parent | f2f67edd97b9525ae6c6a20a09a9afa9189c018e (diff) | |
| parent | 283494c2338dbd6e89a7da79a05318992ee04cfc (diff) | |
| download | pyramid-33f922bb012481424bdcd0b5d063ebf22f20d273.tar.gz pyramid-33f922bb012481424bdcd0b5d063ebf22f20d273.tar.bz2 pyramid-33f922bb012481424bdcd0b5d063ebf22f20d273.zip | |
Merge pull request #445 from slinkp/master
Trivial doc typos
Diffstat (limited to 'docs/api/security.rst')
| -rw-r--r-- | docs/api/security.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index 7086690e9..814b68e5a 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -72,13 +72,13 @@ Return Values The ACE "action" (the first element in an ACE e.g. ``(Allow, Everyone, 'read')`` that means allow access. A sequence of ACEs makes up an - ACL. It is a string, and it's actual value is "Allow". + ACL. It is a string, and its actual value is "Allow". .. attribute:: Deny The ACE "action" (the first element in an ACE e.g. ``(Deny, 'george', 'read')`` that means deny access. A sequence of ACEs - makes up an ACL. It is a string, and it's actual value is "Deny". + makes up an ACL. It is a string, and its actual value is "Deny". .. autoclass:: ACLDenied :members: |
