Skip to content

Commit f583ac7

Browse files
authored
misplaced quote in whatsnew (#3889)
1 parent 009aa66 commit f583ac7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,12 +789,13 @@ Bug fixes
789789
- Plots in 2 dimensions (pcolormesh, contour) now allow to specify levels as numpy
790790
array (:issue:`3284`). By `Mathias Hauser <https://github.com/mathause>`_.
791791
- Fixed bug in :meth:`DataArray.quantile` failing to keep attributes when
792-
`keep_attrs` was True (:issue:`3304`). By David Huard `<https://github.com/huard>`_.
792+
`keep_attrs` was True (:issue:`3304`). By `David Huard <https://github.com/huard>`_.
793793

794794
Documentation
795795
~~~~~~~~~~~~~
796796

797-
- Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist>`_ as a quick reference for tasks before creating a new PR
797+
- Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist>`_
798+
as a quick reference for tasks before creating a new PR
798799
or pushing new commits.
799800
By `Gregory Gundersen <https://github.com/gwgundersen>`_.
800801

0 commit comments

Comments
 (0)