Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Oct 25, 2024
1 parent 89048c4 commit e8cd43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ datetime.datetime(...)
Retrieve data:

```python
>>> client.retrieve(collection_id, **request, target="tmp1-era5.grib") # blocks
>>> client.retrieve(collection_id, target="tmp1-era5.grib", **request) # blocks
'tmp1-era5.grib'

>>> remote = client.submit(collection_id, **request) # doesn't block
Expand Down

0 comments on commit e8cd43a

Please sign in to comment.