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
Paul Ockenfuss committed Dec 30, 2023
1 parent 1064545 commit 6b811ba
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 @@ -3510,7 +3510,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 @@ -6548,7 +6548,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 6b811ba

Please sign in to comment.