diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 19:18:14 -0400 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 19:18:14 -0400 |
commit | cce3a27b515c15410512bc7fbf7ddd6b2ff2af44 (patch) | |
tree | c0f998a5404dd29389b387202a3554b0fe3fc8c9 /docs/password_hash_api.rst | |
parent | bdc2cb5e4fb61829547ad5122b15853bc1f4c019 (diff) | |
download | passlib-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.rst | 2 |
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:: |