From ffc6b005e32e4d3a71d24d27d22b3f46f4674a52 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sun, 30 Sep 2012 15:03:58 -0400 Subject: doc tweak --- docs/lib/passlib.hash.rst | 4 ++-- 1 file 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 ` -- advice on choosing an appropriately secure hash for your new application. -- cgit v1.2.1