summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context-tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.context-tutorial.rst')
-rw-r--r--docs/lib/passlib.context-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.context-tutorial.rst b/docs/lib/passlib.context-tutorial.rst
index 953bc51..e6d3b1d 100644
--- a/docs/lib/passlib.context-tutorial.rst
+++ b/docs/lib/passlib.context-tutorial.rst
@@ -441,7 +441,7 @@ Applications which choose to use a policy file will typically want
to create the CryptContext at the module level, and then load
the configuration once the application starts:
-1. Within a common module in your application (eg ``myapp.model.security``)::
+1. Within a common module in your application (e.g. ``myapp.model.security``)::
#
# create a crypt context that can be imported and used wherever is needed...