diff options
| author | Theron Luhn <theron@luhn.com> | 2019-08-26 15:25:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-26 15:25:25 -0700 |
| commit | 1cfd72e4ff20f001adabd6ea81d175a26431a3e9 (patch) | |
| tree | 1fdbc4741d1c687b29c459e41f00ce4d3cc8c6e9 /docs/narr | |
| parent | d2d20b92158088e7d646393733092e67120058f0 (diff) | |
| download | pyramid-1cfd72e4ff20f001adabd6ea81d175a26431a3e9.tar.gz pyramid-1cfd72e4ff20f001adabd6ea81d175a26431a3e9.tar.bz2 pyramid-1cfd72e4ff20f001adabd6ea81d175a26431a3e9.zip | |
Doc fix via @mmerickel
Co-Authored-By: Michael Merickel <github@m.merickel.org>
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: |
