summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-01-14 03:53:58 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-01-14 03:53:58 +0000
commit8215c7058c05c315bdda807b3ebe122cf7bd1dea (patch)
treec3b892c2e576932f283e3669a53a8667de41c92a /docs/install.rst
parentcd411bc3ff7dccc631c7153adc58e206fb9e3b09 (diff)
downloadpasslib-8215c7058c05c315bdda807b3ebe122cf7bd1dea.tar.gz
relocated passlib.hash.XXX to passlib.XXX; all UTs pass
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 8204e1f..1b29858 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -19,7 +19,7 @@ The following libraries will be used if present, but they are not required:
* If installed, `py-bcrypt <http://www.mindrot.org/projects/py-bcrypt/>`_ will be
used instead of PassLib's slower pure-python bcrypt implementation.
- (see :class:`passlib.hash.BCrypt`).
+ (see :class:`passlib.BCrypt`).
Installing
==========