Skip to content

Commit 0a76b6f

Browse files
committed
Fix typo in docs (#1)
1 parent 0f00f83 commit 0a76b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Download meteorological data for a polygon in Athens, Greece and save result in
2424
gbbox = bbox(23.727539, 26.73, 37.983810, 40.99, "EPSG:4326")
2525
start = datetime.date(2022, 1, 1)
2626
end = datetime.date(2022, 2, 1)
27-
data = query_power(gpoint, start, end, "./data", True, "ag", [], "daily", "regional", "csv")
27+
data = query_power(gbbox, start, end, "./data", True, "ag", [], "daily", "regional", "csv")

0 commit comments

Comments
 (0)