summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-08-26 15:25:25 -0700
committerGitHub <noreply@github.com>2019-08-26 15:25:25 -0700
commit1cfd72e4ff20f001adabd6ea81d175a26431a3e9 (patch)
tree1fdbc4741d1c687b29c459e41f00ce4d3cc8c6e9 /docs/narr
parentd2d20b92158088e7d646393733092e67120058f0 (diff)
downloadpyramid-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.rst2
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: