Skip to content

Commit de20a80

Browse files
author
Rich Leland
committed
Better docstring for start_time
1 parent 1193d62 commit de20a80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sparkpost/transmissions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ def send(self, **kwargs):
8787
html/text content. See `substitutions reference
8888
<https://www.sparkpost.com/docs/substitutions-reference>`_.
8989
:param str start_time: Delay generation of messages until this
90-
datetime.
90+
datetime. Format YYYY-MM-DDTHH:MM:SS+-HH:MM. Example:
91+
'2015-02-11T08:00:00-04:00'.
9192
:param bool track_opens: Defaults to True. Used to track opens of
9293
transmission
9394
:param bool track_clicks: Defaults to True. Used to track clicks of

0 commit comments

Comments
 (0)