Skip to content

Commit af12a5c

Browse files
Remove duplicate word from docs (#9367)
* 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>
1 parent 3c19231 commit af12a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/duckarrays.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Whilst the features above allow many numpy-like array libraries to be used prett
215215
makes sense to use an interfacing package to make certain tasks easier.
216216

217217
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
219219
creating wrapped pint arrays (and especially xarray-wrapping-pint-wrapping-dask arrays) simpler for the user.
220220

221221
We maintain a list of libraries extending ``xarray`` to make working with particular wrapped duck arrays

0 commit comments

Comments
 (0)