Skip to content

Commit

Permalink
🐛 fix minimal docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Oct 28, 2022
1 parent aeb5fa2 commit b97814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
.order_by(Item.start_date.desc())
.all()
)
print(f'Items (from tile): {[i.name for i in items[:10]]}')
print(f'Items (from roi): {[i.name for i in items[:10]]}')

0 comments on commit b97814c

Please sign in to comment.