summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-08-26 15:25:53 -0700
committerGitHub <noreply@github.com>2019-08-26 15:25:53 -0700
commitcdb26610782176955cd8cfb0b3c3e242ca819f74 (patch)
tree2a4adf84c3827cb7c88b3f0dd1f6166033d374fd /docs/glossary.rst
parent1cfd72e4ff20f001adabd6ea81d175a26431a3e9 (diff)
downloadpyramid-cdb26610782176955cd8cfb0b3c3e242ca819f74.tar.gz
pyramid-cdb26610782176955cd8cfb0b3c3e242ca819f74.tar.bz2
pyramid-cdb26610782176955cd8cfb0b3c3e242ca819f74.zip
Doc fix via @mmerickel
Co-Authored-By: Michael Merickel <github@m.merickel.org>
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index b850f6e3e..36272f08c 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -303,7 +303,7 @@ Glossary
request. Oftentimes this is the ID of the user object in a database.
identity
- An identity is an object identify the user associated with the
+ An identity is an object identifying the user associated with the
current request. The identity can be any object, but should implement a
``__str__`` method that outputs a corresponding :term:`userid`.