1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 17:34:21 +01:00

fix wrong type in docstring

This commit is contained in:
kakwa 2015-07-21 00:28:38 +02:00
parent c9aa433f74
commit 99c4a01873

View File

@ -14,7 +14,7 @@ class PPolicy:
""" Password policy constructor """ Password policy constructor
:param config: the configuration of the ppolicy :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 :param logger: the cherrypy error logger object
:type logger: python logger :type logger: python logger
""" """