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
commit 93de128844

View file

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