Skip to content

Commit

Permalink
Typo: Default False in doc for limit_use_coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ockenfuss committed Jun 10, 2024
1 parent 846256f commit 0d4197f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -3541,7 +3541,7 @@ def interpolate_na(
- "inside": Only fill NaNs surrounded by valid values (interpolate).
- "outside": Only fill NaNs outside valid values (extrapolate).
limit_use_coordinate : bool or Hashable, default: True
limit_use_coordinate : bool or Hashable, default: False
Specifies which index to use for the ``limit`` distance.
- False: a consecutive integer index is created along ``dim`` (0, 1, 2, ...).
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -6620,7 +6620,7 @@ def interpolate_na(
- "inside": Only fill NaNs surrounded by valid values (interpolate).
- "outside": Only fill NaNs outside valid values (extrapolate).
limit_use_coordinate : bool or Hashable, default: True
limit_use_coordinate : bool or Hashable, default: False
Specifies which index to use for the ``limit`` distance.
- False: a consecutive integer index is created along ``dim`` (0, 1, 2, ...).
Expand Down

0 comments on commit 0d4197f

Please sign in to comment.