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.
|
description: The differences about the given arguments.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
sample: '{"before": {"name": "UTC"},<br>"after": {"name": "Asia/Tokyo"}}'
|
||||||
before:
|
|
||||||
description: The values before change
|
|
||||||
type: dict
|
|
||||||
after:
|
|
||||||
description: The values after change
|
|
||||||
type: dict
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue