summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.utils.rst
diff options
context:
space:
mode:
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