Added quotes to start and end samples

This commit is contained in:
Prasad Katti 2017-09-30 10:44:33 -07:00 committed by Dag Wieers
parent 3749ba6ee1
commit 4b62e555df

View file

@ -104,12 +104,12 @@ end:
description: cmd end time description: cmd end time
returned: always returned: always
type: string type: string
sample: 2017-09-29 22:03:48.084657 sample: '2017-09-29 22:03:48.084657'
start: start:
description: cmd start time description: cmd start time
returned: always returned: always
type: string type: string
sample: 2017-09-29 22:03:48.083128 sample: '2017-09-29 22:03:48.083128'
''' '''
import datetime import datetime