fix wrong type in docstring

This commit is contained in:
kakwa 2015-07-21 00:28:38 +02:00
parent c9aa433f74
commit 99c4a01873
1 changed files with 1 additions and 1 deletions

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
"""