summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-03-10 18:32:30 -0500
committerEli Collins <elic@assurancetechnologies.com>2012-03-10 18:32:30 -0500
commita4d76940ed6b03db079960473e756df4f03fd36b (patch)
tree5ce8b64f2b0e9717ee65e866d892fb1327ef8d13 /docs/lib/passlib.utils.rst
parent4b622bf43781a95dfecf42b1998d2fb78de90594 (diff)
downloadpasslib-a4d76940ed6b03db079960473e756df4f03fd36b.tar.gz
doc tweaks
Diffstat (limited to 'docs/lib/passlib.utils.rst')
-rw-r--r--docs/lib/passlib.utils.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst
index ca82c57..afd27de 100644
--- a/docs/lib/passlib.utils.rst
+++ b/docs/lib/passlib.utils.rst
@@ -117,16 +117,17 @@ Predefined Instances
was replaced by the the ``h64`` and ``h64big`` instances;
the interface remains mostly unchanged.
+Other
+-----
+.. autofunction:: ab64_encode
+.. autofunction:: ab64_decode
+
..
.. data:: AB64_CHARS
Variant of standard Base64 character map used by some
custom Passlib hashes (see :func:`ab64_encode`).
- Other
- -----
- .. autofunction:: ab64_encode
- .. autofunction:: ab64_decode
..
Host OS