From a5cdac63c32c8c23c199717fa1e1b67ce5f1b7f4 Mon Sep 17 00:00:00 2001 From: Stan West <38358698+stanwest@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:31:50 -0500 Subject: [PATCH] Lengthen underline, correct spelling, and reword --- doc/whats-new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index bfd5f27cbec..b22c6e4d858 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,7 +17,7 @@ What's New .. _whats-new.2022.03.1: v2022.03.1 (unreleased) ---------------------- +----------------------- New Features ~~~~~~~~~~~~ @@ -68,7 +68,7 @@ New Features :py:meth:`CFTimeIndex.shift` if ``shift_freq`` is between ``Day`` and ``Microsecond``. (:issue:`6134`, :pull:`6135`). By `Aaron Spring `_. -- Enbable to provide more keyword arguments to `pydap` backend when reading +- Enable providing more keyword arguments to the `pydap` backend when reading OpenDAP datasets (:issue:`6274`). By `Jonas Gliß `. - Allow :py:meth:`DataArray.drop_duplicates` to drop duplicates along multiple dimensions at once,