From 99c4a01873280b19c6dccf5a23214ae2e62e7349 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 21 Jul 2015 00:28:38 +0200 Subject: [PATCH] fix wrong type in docstring --- ldapcherry/ppolicy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/ppolicy/__init__.py b/ldapcherry/ppolicy/__init__.py index aacd585..4461487 100644 --- a/ldapcherry/ppolicy/__init__.py +++ b/ldapcherry/ppolicy/__init__.py @@ -14,7 +14,7 @@ class PPolicy: """ Password policy constructor :param config: the configuration of the ppolicy - :type config: hash {'config key': 'value'} + :type config: dict {'config key': 'value'} :param logger: the cherrypy error logger object :type logger: python logger """