Skip to content

Commit

Permalink
Adds spacing for upload_urls()
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Sep 13, 2023
1 parent cf61a49 commit 3487a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/documents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ DocumentClient


.. method:: upload_urls(self, url_list, handle_errors=False, **kwargs):

Given a list of urls, it will attempt to upload the URLs in batches of 25 at a time.

>>> urls = ["https://www.chicago.gov/content/dam/city/depts/dcd/tif/22reports/T_072_24thMichiganAR22.pdf", "https://www.chicago.gov/content/dam/city/depts/dcd/tif/22reports/T_063_CanalCongressAR22.pdf"]
>>> new = client.documents.upload_urls(urls)
>>> new
Expand Down

0 comments on commit 3487a1c

Please sign in to comment.