Skip to content

Commit 2a59571

Browse files
mdsumnerkylebarron
andauthored
Update cookbook.md: dictionary syntax (#558)
Co-authored-by: Kyle Barron <kyle@developmentseed.org>
1 parent 6d365f9 commit 2a59571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ list_stream = obs.list(store, prefix)
2020
# Print info
2121
for batch in list_stream:
2222
for meta in batch:
23-
print(f"Name: {meta.path}, size: {meta.size}")
23+
print(f"Name: {meta["path"]}, size: {meta["size"]}")
2424
```
2525

2626
## List objects as Arrow

0 commit comments

Comments
 (0)