Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit d9ca92f

Browse files
authored
fix README (#19)
1 parent 0d6679c commit d9ca92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Remote(...)
8989
>>> results = client.submit_and_wait_on_results(collection_id, request) # blocks
9090
>>> results
9191
Results(...)
92-
>>> remote.download("target_3.grib")
92+
>>> results.download("target_3.grib")
9393
'target_3.grib'
9494

9595
>>> client.download_results(remote.request_id, "target_4.grib") # blocks

0 commit comments

Comments
 (0)