dict, not dictionary (#24123)
This commit is contained in:
parent
96d2dbb11e
commit
1d12f13612
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue