We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d9517 commit 5a73513Copy full SHA for 5a73513
sendgrid/helpers/mail/open_tracking.py
@@ -11,7 +11,7 @@ def __init__(self, enable=None, substitution_tag=None):
11
:param enable: If open tracking is enabled.
12
:type enable: boolean, optional
13
:param substitution_tag: Tag in body to be replaced by tracking pixel.
14
- :type substitution_tag: string, optional
+ :type substitution_tag: OpenTrackingSubstitionTag, optional
15
"""
16
self._enable = None
17
self._substitution_tag = None
0 commit comments