summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.registry.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.registry.rst')
-rw-r--r--docs/lib/passlib.registry.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/passlib.registry.rst b/docs/lib/passlib.registry.rst
index 6db21c4..9aadca9 100644
--- a/docs/lib/passlib.registry.rst
+++ b/docs/lib/passlib.registry.rst
@@ -24,10 +24,10 @@ querying Passlib to detect what algorithms are available.
Interface
=========
-.. autofunction:: get_crypt_handler
+.. autofunction:: get_crypt_handler(name[, default])
.. autofunction:: list_crypt_handlers
.. autofunction:: register_crypt_handler_path
-.. autofunction:: register_crypt_handler
+.. autofunction:: register_crypt_handler(handler, force=False)
.. note::