From b97814cd9af18f6889bc4ca0e56816f2ce0131c1 Mon Sep 17 00:00:00 2001 From: "raphael.wcosta@gmail.com" Date: Fri, 28 Oct 2022 08:30:44 -0300 Subject: [PATCH] :bug: fix minimal docs change --- examples/query_items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/query_items.py b/examples/query_items.py index 34206b8..f1bae74 100644 --- a/examples/query_items.py +++ b/examples/query_items.py @@ -72,4 +72,4 @@ .order_by(Item.start_date.desc()) .all() ) - print(f'Items (from tile): {[i.name for i in items[:10]]}') \ No newline at end of file + print(f'Items (from roi): {[i.name for i in items[:10]]}')