From af12a5ceb968752e055a4664d85b22282d13eafd Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Thu, 15 Aug 2024 19:06:26 +0100 Subject: [PATCH] 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> --- doc/user-guide/duckarrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/duckarrays.rst b/doc/user-guide/duckarrays.rst index f0650ac61b5..e147c7971d3 100644 --- a/doc/user-guide/duckarrays.rst +++ b/doc/user-guide/duckarrays.rst @@ -215,7 +215,7 @@ Whilst the features above allow many numpy-like array libraries to be used prett makes sense to use an interfacing package to make certain tasks easier. For example the `pint-xarray package `_ offers a custom ``.pint`` accessor (see :ref:`internals.accessors`) which provides -convenient access to information stored within the wrapped array (e.g. ``.units`` and ``.magnitude``), and makes makes +convenient access to information stored within the wrapped array (e.g. ``.units`` and ``.magnitude``), and makes creating wrapped pint arrays (and especially xarray-wrapping-pint-wrapping-dask arrays) simpler for the user. We maintain a list of libraries extending ``xarray`` to make working with particular wrapped duck arrays