Return type is dict, not dictionary (#24191)

This commit is contained in:
John R Barker 2017-05-02 08:59:04 +01:00 committed by GitHub
parent 77e550192c
commit 93de128844

View file

@ -83,11 +83,11 @@ rundeck_response:
before:
description: dictionnary containing project informations before modification
returned: success
type: dictionnary
type: dict
after:
description: dictionnary containing project informations after modification
returned: success
type: dictionnary
type: dict
'''
# import module snippets