Skip to content

Commit

Permalink
docs: Fix grammatical errors (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak42 authored Mar 6, 2020
1 parent a386855 commit 499c5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helpers/stats/stats_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from sendgrid.helpers.stats import *
from sendgrid import *

# 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.

# Assumes you set your environment variable:
# 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
sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))


Expand Down

0 comments on commit 499c5f1

Please sign in to comment.