diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-01-14 03:53:58 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-01-14 03:53:58 +0000 |
| commit | 8215c7058c05c315bdda807b3ebe122cf7bd1dea (patch) | |
| tree | c3b892c2e576932f283e3669a53a8667de41c92a /docs/install.rst | |
| parent | cd411bc3ff7dccc631c7153adc58e206fb9e3b09 (diff) | |
| download | passlib-8215c7058c05c315bdda807b3ebe122cf7bd1dea.tar.gz | |
relocated passlib.hash.XXX to passlib.XXX; all UTs pass
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 2 |
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 ========== |
