summaryrefslogtreecommitdiff
path: root/docs/overview.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-22 19:18:14 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-03-22 19:18:14 -0400
commitcce3a27b515c15410512bc7fbf7ddd6b2ff2af44 (patch)
treec0f998a5404dd29389b387202a3554b0fe3fc8c9 /docs/overview.rst
parentbdc2cb5e4fb61829547ad5122b15853bc1f4c019 (diff)
downloadpasslib-cce3a27b515c15410512bc7fbf7ddd6b2ff2af44.tar.gz
split passlib.base into passlib.registry & passlib.context - the two have little to do with eachother
Diffstat (limited to 'docs/overview.rst')
-rw-r--r--docs/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.rst b/docs/overview.rst
index 8102020..c9ce82a 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -52,7 +52,7 @@ deprecated schemes, hashes using strong schemes but weak individual configuratio
and other border cases.
PassLib provides an advanced support framework, based around
-the :doc:`CryptContext <lib/passlib.base>` class, which takes care of
+the :doc:`CryptContext <lib/passlib.context>` class, which takes care of
many of these issues. Each :class:`!CryptContext` instance can be configured
with a list of known hashes, as well as configuration of policy requirements
such as which hash is the default, which ones are deprecated, and other features.