Skip to content

Commit 499c5f1

Browse files
authored
docs: Fix grammatical errors (sendgrid#706)
1 parent a386855 commit 499c5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/helpers/stats/stats_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from sendgrid.helpers.stats import *
44
from sendgrid import *
55

6-
# NOTE: you will need move this file to the root directory of this project to execute properly.
6+
# NOTE: you will need to move this file to the root directory of this project to execute properly.
77

88
# Assumes you set your environment variable:
9-
# https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md#environment-variables-and-your-sendgrid-api-key
9+
# See: https://github.com/sendgrid/sendgrid-python/blob/master/TROUBLESHOOTING.md#environment-variables-and-your-sendgrid-api-key
1010
sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
1111

1212

0 commit comments

Comments
 (0)