Return type is dict, not dictionary (#24191)

pull/4420/head
John R Barker 2017-05-02 08:59:04 +01:00 committed by GitHub
parent 77e550192c
commit 93de128844
1 changed files with 2 additions and 2 deletions

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