We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a386855 commit 499c5f1Copy full SHA for 499c5f1
examples/helpers/stats/stats_example.py
@@ -3,10 +3,10 @@
3
from sendgrid.helpers.stats import *
4
from sendgrid import *
5
6
-# NOTE: you will need move this file to the root directory of this project to execute properly.
+# NOTE: you will need to move this file to the root directory of this project to execute properly.
7
8
# Assumes you set your environment variable:
9
-# https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md#environment-variables-and-your-sendgrid-api-key
+# See: https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md#environment-variables-and-your-sendgrid-api-key
10
sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
11
12
0 commit comments