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:
parent
c9aa433f74
commit
99c4a01873
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue