You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update duckarrays.rst
Remove duplicate word
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/user-guide/duckarrays.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ Whilst the features above allow many numpy-like array libraries to be used prett
215
215
makes sense to use an interfacing package to make certain tasks easier.
216
216
217
217
For example the `pint-xarray package <https://pint-xarray.readthedocs.io>`_ offers a custom ``.pint`` accessor (see :ref:`internals.accessors`) which provides
218
-
convenient access to information stored within the wrapped array (e.g. ``.units`` and ``.magnitude``), and makes makes
218
+
convenient access to information stored within the wrapped array (e.g. ``.units`` and ``.magnitude``), and makes
219
219
creating wrapped pint arrays (and especially xarray-wrapping-pint-wrapping-dask arrays) simpler for the user.
220
220
221
221
We maintain a list of libraries extending ``xarray`` to make working with particular wrapped duck arrays
0 commit comments