Skip to content

Commit 9444471

Browse files
Formatting fixes
1 parent 0053d07 commit 9444471

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ add_content_id
224224
message.add_content_id('image.png', 'ID_IN_HTML')
225225
message.set_html('<html><body>TEXT BEFORE IMAGE<img src="cid:ID_IN_HTML"></img>AFTER IMAGE</body></html>')
226226
227-
SendGrid's `WEB API v3`_
227+
WEB API v3
228228
------------------------
229229

230230
`APIKeys`_
@@ -233,6 +233,7 @@ SendGrid's `WEB API v3`_
233233
List all API Keys belonging to the authenticated user
234234

235235
.. code:: python
236+
236237
client = sendgrid.SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
237238
status, msg = client.apikeys.get()
238239
@@ -242,6 +243,7 @@ List all API Keys belonging to the authenticated user
242243
Retrieve all suppression groups associated with the user.
243244

244245
.. code:: python
246+
245247
client = sendgrid.SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
246248
status, msg = client.asm_groups.get()
247249

0 commit comments

Comments
 (0)