timezone module: fixed docs to clarify returned diff
This commit is contained in:
parent
8aa26b2e38
commit
4b783227f7
1 changed files with 1 additions and 7 deletions
|
@ -55,13 +55,7 @@ diff:
|
|||
description: The differences about the given arguments.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
before:
|
||||
description: The values before change
|
||||
type: dict
|
||||
after:
|
||||
description: The values after change
|
||||
type: dict
|
||||
sample: '{"before": {"name": "UTC"},<br>"after": {"name": "Asia/Tokyo"}}'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue