From 829e6ee874e52bd532b43c0a6315d8d2a12109b2 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:55:12 -1000 Subject: [PATCH] Fix another ref --- astroplan/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroplan/utils.py b/astroplan/utils.py index 4d4524cf..368dd823 100644 --- a/astroplan/utils.py +++ b/astroplan/utils.py @@ -83,7 +83,7 @@ def time_grid_from_range(time_range, time_resolution=0.5*u.hour): time_range : `~astropy.time.Time` (length = 2) Lower and upper bounds on time sequence. - time_resolution : `~astropy.units.quantity` (optional) + time_resolution : `~astropy.units.Quantity` (optional) Time-grid spacing Returns