summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-09-30 15:03:58 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-09-30 15:03:58 -0400
commitffc6b005e32e4d3a71d24d27d22b3f46f4674a52 (patch)
treecd4dedc6aae15a0fc35e1d0425ba60911bb02fb9
parent6e9b207bb8687d21e8b637327d668113dfa34199 (diff)
downloadpasslib-ffc6b005e32e4d3a71d24d27d22b3f46f4674a52.tar.gz
doc tweak
-rw-r--r--docs/lib/passlib.hash.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/passlib.hash.rst b/docs/lib/passlib.hash.rst
index 14cb7e9..906f301 100644
--- a/docs/lib/passlib.hash.rst
+++ b/docs/lib/passlib.hash.rst
@@ -10,8 +10,8 @@ Overview
The :mod:`!passlib.hash` module contains all the password hash algorithms built into Passlib.
While each hash has it's own options and output format, they all share a common interface,
documented in detail in the :ref:`password-hash-api`. The following pages
-first describe the common interface, and then each hash in detail (
-it's including format, algorithm, and known security issues).
+describe the common interface, and then describe each hash in detail
+(including it's format, underlying algorithm, and known security issues).
.. seealso:: :doc:`Quickstart Guide </new_app_quickstart>` -- advice on
choosing an appropriately secure hash for your new application.