dict, not dictionary (#24123)

pull/24126/head
John R Barker 8 years ago committed by GitHub
parent 96d2dbb11e
commit 1d12f13612

@ -104,11 +104,11 @@ rundeck_response:
before: before:
description: dictionnary containing ACL policy informations before modification. description: dictionnary containing ACL policy informations before modification.
returned: success returned: success
type: dictionnary type: dict
after: after:
description: dictionnary containing ACL policy informations after modification. description: dictionnary containing ACL policy informations after modification.
returned: success returned: success
type: dictionnary type: dict
''' '''
# import module snippets # import module snippets

Loading…
Cancel
Save