From a97870652169094c3b4627d01372545a37593c32 Mon Sep 17 00:00:00 2001 From: Aaron Zedwick Date: Thu, 9 Jan 2025 13:19:27 -0600 Subject: [PATCH] Update grid.py --- uxarray/grid/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxarray/grid/grid.py b/uxarray/grid/grid.py index 8bf752b34..c975ebff8 100644 --- a/uxarray/grid/grid.py +++ b/uxarray/grid/grid.py @@ -1540,7 +1540,7 @@ def inverse_indices(self) -> xr.Dataset: @property def is_subset(self): - """Returns `True` if the Grid is a subset, and 'False' otherwise.""" + """Returns `True` if the Grid is a subset, 'False' otherwise.""" return self._is_subset def chunk(self, n_node="auto", n_edge="auto", n_face="auto"):