From a4d7e0a1671bed0d8d9706c06aa5dd24e1998653 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 22 Feb 2021 13:25:40 +0000 Subject: [PATCH] Backport PR #39966: DOC: fix link in 1.2.3 release notes --- doc/source/whatsnew/v1.2.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.2.3.rst b/doc/source/whatsnew/v1.2.3.rst index 4231b6d94b1b9..5ed8fd84472c4 100644 --- a/doc/source/whatsnew/v1.2.3.rst +++ b/doc/source/whatsnew/v1.2.3.rst @@ -15,7 +15,7 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ -- Fixed regression in :func:`pandas.to_excel` raising ``KeyError`` when giving duplicate columns with ``columns`` attribute (:issue:`39695`) +- Fixed regression in :meth:`~DataFrame.to_excel` raising ``KeyError`` when giving duplicate columns with ``columns`` attribute (:issue:`39695`) - .. ---------------------------------------------------------------------------