Skip to content

Commit 9d1a5ea

Browse files
authored
Fix typo in polygons.py (#3650)
1 parent 56541e8 commit 9d1a5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/basics/polygons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# Close polygons
6666
# --------------
6767
#
68-
# Set up sample data points as NumPy array for the x and y values. Now, the data points
68+
# Set up sample data points as NumPy arrays for the x and y values. Now, the data points
6969
# do not form a polygon.
7070

7171
x = np.array([-2, 1, 3, 0, -4])

0 commit comments

Comments
 (0)