From e7b565c3867a21db2c279a6cfd131d438f50c55a Mon Sep 17 00:00:00 2001 From: Matthew Zeitlin Date: Tue, 21 Sep 2021 14:06:24 -0700 Subject: [PATCH] CI: fix doc build --- doc/source/whatsnew/v1.4.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index 87f47dc65cea9..4f181389faddd 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -355,7 +355,7 @@ Performance improvements - Performance improvement in indexing with a :class:`MultiIndex` indexer on another :class:`MultiIndex` (:issue:43370`) - Performance improvement in :meth:`GroupBy.quantile` (:issue:`43469`) - :meth:`SparseArray.min` and :meth:`SparseArray.max` no longer require converting to a dense array (:issue:`43526`) -- Performance improvement in :meth:`SparseArray.take` with ``allow_fill=False`` (:issue:`43654 `) +- Performance improvement in :meth:`SparseArray.take` with ``allow_fill=False`` (:issue:`43654`) - .. ---------------------------------------------------------------------------