Skip to content

Commit 6d41bde

Browse files
Added support for perform_substitutions transmissions option
1 parent 2cecff0 commit 6d41bde

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
@@ -283,7 +283,8 @@ def send(self, **kwargs):
283283
:param str ip_pool: The ID of an IP pool associated with
284284
your account
285285
:param bool inline_css: Whether or not to perform CSS inlining
286-
:param bool perform_substitutions: Whether or not to enable substitutions (default is True)
286+
:param bool perform_substitutions: Whether or not to enable
287+
substitutions (default is True)
287288
:param dict custom_headers: Used to set any headers associated with
288289
transmission. See `header notes
289290
<https://developers.sparkpost.com/api/transmissions.html#header-header-notes>`_

0 commit comments

Comments
 (0)