Skip to content

Commit 5a73513

Browse files
authored
Update substitution_tag requirements
The notes state that type text is required for substition_tag, but it requires a type OpenTrackingSubstitutionTag
1 parent 14d9517 commit 5a73513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendgrid/helpers/mail/open_tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, enable=None, substitution_tag=None):
1111
:param enable: If open tracking is enabled.
1212
:type enable: boolean, optional
1313
:param substitution_tag: Tag in body to be replaced by tracking pixel.
14-
:type substitution_tag: string, optional
14+
:type substitution_tag: OpenTrackingSubstitionTag, optional
1515
"""
1616
self._enable = None
1717
self._substitution_tag = None

0 commit comments

Comments
 (0)