diff --git a/src/starplot/base.py b/src/starplot/base.py index 1030acb..feb0034 100644 --- a/src/starplot/base.py +++ b/src/starplot/base.py @@ -508,7 +508,7 @@ def polygon( """ Plots a polygon. - Must pass in either `points` **or** `geometry` (but not both). + Must pass in either `points` **or** `geometry` (but not both). Args: points: List of polygon points `[(ra, dec), ...]` - **must be in counterclockwise order**