From 0f77e2e3922c37b31d46a59a0008d1b19f511954 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 28 May 2023 21:09:19 +0400 Subject: [PATCH] DOC: Final clean up of release notes for 2.0.2 --- doc/source/whatsnew/v2.0.2.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/whatsnew/v2.0.2.rst b/doc/source/whatsnew/v2.0.2.rst index 7a9ee18c72957..81272e5ddb5bc 100644 --- a/doc/source/whatsnew/v2.0.2.rst +++ b/doc/source/whatsnew/v2.0.2.rst @@ -39,7 +39,6 @@ Bug fixes - Bug in :meth:`Series.rename` not making a lazy copy when Copy-on-Write is enabled when a scalar is passed to it (:issue:`52450`) - Bug in :meth:`pd.array` raising for ``NumPy`` array and ``pa.large_string`` or ``pa.large_binary`` (:issue:`52590`) - Bug in :meth:`DataFrame.__getitem__` not preserving dtypes for :class:`MultiIndex` partial keys (:issue:`51895`) -- .. --------------------------------------------------------------------------- .. _whatsnew_202.other: