1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-15 14:08:31 +02: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
: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
"""