Skip to content

Commit 9090b70

Browse files
philipc2Copilot
andauthored
Update uxarray/subset/grid_accessor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 54d319d commit 9090b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uxarray/subset/grid_accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def constant_longitude_interval(
344344
The longitude interval (min_lon, max_lon) at which to extract the subset,
345345
in degrees. Values must be between -180.0 and 180.0
346346
return_face_indices : bool, optional
347-
If True, also returns the indices of the faces that intersect are within a specifed longitude interval.
347+
If True, also returns the indices of the faces that are within a specified longitude interval.
348348
inverse_indices : Union[List[str], Set[str], bool], optional
349349
Controls storage of original grid indices. Options:
350350
- True: Stores original face indices

0 commit comments

Comments
 (0)