summaryrefslogtreecommitdiff
path: root/docs/password_hash_api.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/password_hash_api.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/password_hash_api.rst')
-rw-r--r--docs/password_hash_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index b932096..37e36fc 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -34,7 +34,7 @@ The `optional informational attributes`_
Usage
=====
-While most uses of PassLib are done through a :class:`~passlib.base.CryptContext` class,
+While most uses of PassLib are done through a :class:`~passlib.context.CryptContext` class,
the various :class:`!PasswordHash` classes can be used directly to manipulate
passwords::