Skip to content

Commit 30d1929

Browse files
committed
fix typo
1 parent 7940b76 commit 30d1929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced_guide/polygons_from_list_of_points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def draw_points(map_object, list_of_points, layer_name, line_color, fill_color,
4848
The convex hull is probably the most common approach - its goal is to create the smallest polygon that contains all points from a given list. The scipy.spatial package provides this algorithm (https://docs.scipy.org/doc/scipy-0.19.0/reference/generated/scipy.spatial.ConvexHull.html, accessed 29.12.2018).
4949

5050
```{code-cell} ipython3
51-
# Function that takes a map and a list of points (LON,LAT tupels) and
51+
# Function that takes a map and a list of points (LON,LAT tuples) and
5252
# returns a map with the convex hull polygon from the points as a new layer
5353
5454

0 commit comments

Comments
 (0)