Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Oct 9, 2024
1 parent e47270e commit c31063c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elm/ords/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def download_county_ordinance(
browser_semaphore=None,
**kwargs
):
"""Download the ordinance document for a single county.
"""Download the ordinance document(s) for a single county.
Parameters
----------
Expand Down Expand Up @@ -100,7 +100,6 @@ async def _docs_from_google_search(
"file_cache_coroutine": TempFileCache.call,
}
)

return await google_results_as_docs(
queries,
num_urls=num_urls,
Expand Down

0 comments on commit c31063c

Please sign in to comment.