From bc3d4c7f46939f59d2255526b112f58a7bfb67a1 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 12 Apr 2022 08:34:09 -0700 Subject: [PATCH] Fix whatnsew build error --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 85392779163..c1f3fe70ebf 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -36,7 +36,7 @@ New Features elements which trigger summarization rather than full repr in (numpy) array detailed views of the html repr (:pull:`6400`). By `BenoƮt Bovy `_. -- Allow passing chunks in **kwargs form to :py:meth:`Dataset.chunk`, :py:meth:`DataArray.chunk`, and +- Allow passing chunks in ``**kwargs`` form to :py:meth:`Dataset.chunk`, :py:meth:`DataArray.chunk`, and :py:meth:`Variable.chunk`. (:pull:`6471`) By `Tom Nicholas `_.