We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9444471 commit ebbe678Copy full SHA for ebbe678
1 file changed
README.rst
@@ -230,7 +230,7 @@ WEB API v3
230
`APIKeys`_
231
~~~~~~~~~~
232
233
-List all API Keys belonging to the authenticated user
+List all API Keys belonging to the authenticated user.
234
235
.. code:: python
236
@@ -247,7 +247,7 @@ Retrieve all suppression groups associated with the user.
247
client = sendgrid.SendGridAPIClient(os.environ.get('SENDGRID_API_KEY'))
248
status, msg = client.asm_groups.get()
249
250
-Get a single record
+Get a single record.
251
252
253
0 commit comments