From 9e79f90d7dcd029116caeb0faa46bba3fd2e83ab Mon Sep 17 00:00:00 2001 From: Steve Berardi <6608085+steveberardi@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:21:53 -0700 Subject: [PATCH] format --- src/starplot/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**