File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3341,9 +3341,9 @@ def interpolate_na(
3341
3341
use_coordinate : bool or str, default: True
3342
3342
Specifies which index to use as the x values in the interpolation
3343
3343
formulated as `y = f(x)`. If False, values are treated as if
3344
- eqaully -spaced along ``dim``. If True, the IndexVariable `dim` is
3344
+ equally -spaced along ``dim``. If True, the IndexVariable `dim` is
3345
3345
used. If ``use_coordinate`` is a string, it specifies the name of a
3346
- coordinate variariable to use as the index.
3346
+ coordinate variable to use as the index.
3347
3347
limit : int or None, default: None
3348
3348
Maximum number of consecutive NaNs to fill. Must be greater than 0
3349
3349
or None for no limit. This filling is done regardless of the size of
Original file line number Diff line number Diff line change @@ -5637,9 +5637,9 @@ def interpolate_na(
5637
5637
use_coordinate : bool or Hashable, default: True
5638
5638
Specifies which index to use as the x values in the interpolation
5639
5639
formulated as `y = f(x)`. If False, values are treated as if
5640
- eqaully -spaced along ``dim``. If True, the IndexVariable `dim` is
5640
+ equally -spaced along ``dim``. If True, the IndexVariable `dim` is
5641
5641
used. If ``use_coordinate`` is a string, it specifies the name of a
5642
- coordinate variariable to use as the index.
5642
+ coordinate variable to use as the index.
5643
5643
limit : int, default: None
5644
5644
Maximum number of consecutive NaNs to fill. Must be greater than 0
5645
5645
or None for no limit. This filling is done regardless of the size of
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ def quantile(
892
892
* "nearest"
893
893
894
894
See :py:func:`numpy.quantile` or [1]_ for details. Methods marked with
895
- an asterix require numpy version 1.22 or newer. The "method" argument was
895
+ an asterisk require numpy version 1.22 or newer. The "method" argument was
896
896
previously called "interpolation", renamed in accordance with numpy
897
897
version 1.22.0.
898
898
keep_attrs : bool or None, default: None
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def _dsplot(plotfunc):
128
128
If ``norm`` has ``vmin`` or ``vmax`` specified, the corresponding
129
129
kwarg must be ``None``.
130
130
infer_intervals: bool | None
131
- If True the intervals are infered .
131
+ If True the intervals are inferred .
132
132
center : float, optional
133
133
The value at which to center the colormap. Passing this value implies
134
134
use of a diverging colormap. Setting it to ``False`` prevents use of a
You can’t perform that action at this time.
0 commit comments