Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog/posts/introducing-obspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def iterate_over_file_object(fs: AbstractFileSystem, path: str):

### Obspec: Streaming download

By mapping more closely to the underlying HTTP requests, obspec makes it clearer what HTTP requests are happening under the hood. [obspec.Get] allows for streaming a file download via a Python iterator:
By mapping more closely to the underlying HTTP requests, obspec makes it clearer what HTTP requests are happening under the hood. [obspec.Get][obspec.Get] allows for streaming a file download via a Python iterator:

```py
from obspec import Get
Expand Down