diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 842cdeb05..b49958b85 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -158,7 +158,7 @@ For example, our above security policy can leverage these helpers like so: return self.helper.forget(request) Helpers are intended to be used with application-specific code, so perhaps your -authentication also queries to database to ensure the identity is valid. +authentication also queries the database to ensure the identity is valid. .. code-block:: python :linenos: |
