dict, not dictionary (#24123)

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

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

Loading…
Cancel
Save