summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-01 15:11:23 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-01 15:11:23 -0400
commitdc0098c6e133f446a3dc0b1d0b491a4c46213f3b (patch)
tree4452ae71ba9393a1698d78fe548ff3ab81696d8a /docs
parent92f3982bbcc94fae90794da52844f5b4f62d942f (diff)
downloadpasslib-dc0098c6e133f446a3dc0b1d0b491a4c46213f3b.tar.gz
typo in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/lib/passlib.registry.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.registry.rst b/docs/lib/passlib.registry.rst
index 02efd91..e2359d2 100644
--- a/docs/lib/passlib.registry.rst
+++ b/docs/lib/passlib.registry.rst
@@ -23,7 +23,7 @@ Interface
All password hashes registered with passlib
can be imported by name from the :mod:`passlib.hash` module.
- This is true just just of the built-in hashes,
+ This is true not just of the built-in hashes,
but for any hash registered with the registration functions
in this module.