Skip to content

Commit 9a4eee6

Browse files
committed
Fix README example
1 parent 3bb90c7 commit 9a4eee6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ Usage
7272
To begin using this library create a new instance of `SendGridClient` with your SendGrid credentials or a SendGrid API Key. API Key is the preferred method. API Keys are in beta. To configure API keys, visit https://sendgrid.com/beta/settings/api_key.
7373

7474
.. code:: python
75-
sg = sendgrid.SendGridClient('sendgrid_username', 'sendgrid_password')
76-
# or
77-
sg = sendgrid.SendGridClient('sendgrid_apikey')
75+
76+
sg = sendgrid.SendGridClient('sendgrid_username', 'sendgrid_password')
77+
# or
78+
sg = sendgrid.SendGridClient('sendgrid_apikey')
7879
7980
Methods
8081
~~~~~~~

0 commit comments

Comments
 (0)