Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Dec 17, 2024
1 parent 4937083 commit 975dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tempe/shapes.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class Polygons(FillableGeometry[point_array]):
def __iter__(self) -> tuple[point_array, int]: ...

class PolyLines(ColoredGeometry[point_array]):
"""Render multiple polygons.
"""Render multiple polylines.
Geometry should produce vertex arrays of the form [x0, y0, x1, y1, ...].
"""
Expand Down

0 comments on commit 975dd03

Please sign in to comment.