summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.des.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-02-01 01:30:37 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-02-01 01:30:37 +0000
commit3be837fd4c8e5d2cf03a93589e8a8d5a46cd3f89 (patch)
treeb460a9bff74ecc28f5c9ffcf1b53d99094b7aaa4 /docs/lib/passlib.utils.des.rst
parent0eafd59fcee89cf4769add43c057a11e62c49a3a (diff)
downloadpasslib-3be837fd4c8e5d2cf03a93589e8a8d5a46cd3f89.tar.gz
more work on doc
Diffstat (limited to 'docs/lib/passlib.utils.des.rst')
-rw-r--r--docs/lib/passlib.utils.des.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/lib/passlib.utils.des.rst b/docs/lib/passlib.utils.des.rst
index f50cc95..52d1c12 100644
--- a/docs/lib/passlib.utils.des.rst
+++ b/docs/lib/passlib.utils.des.rst
@@ -9,9 +9,8 @@ This module contains routines for encrypting blocks of data using the DES algori
They do not support multi-block operation or decryption,
since they are designed for use in password hash algorithms
-such as :mod:`passlib.hash.des_crypt` and :mod:`passlib.hash.ext_des_crypt`.
+such as :mod:`~passlib.hash.des_crypt` and :mod:`~passlib.hash.ext_des_crypt`.
.. autofunction:: expand_des_key
.. autofunction:: des_encrypt_block
.. autofunction:: mdes_encrypt_int_block
-