From 31f90a5f450e53cae67a1d5c6d6c62c3b3535255 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Mon, 27 Apr 2020 16:47:34 -0500 Subject: [PATCH] DOC/CLN: Fix whatsnew typo --- doc/source/whatsnew/v1.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.1.0.rst b/doc/source/whatsnew/v1.1.0.rst index 20dff048cc6d5..6b641746b95ff 100644 --- a/doc/source/whatsnew/v1.1.0.rst +++ b/doc/source/whatsnew/v1.1.0.rst @@ -730,7 +730,7 @@ Sparse ExtensionArray ^^^^^^^^^^^^^^ -- Fixed bug where :meth:`Serires.value_counts` would raise on empty input of ``Int64`` dtype (:issue:`33317`) +- Fixed bug where :meth:`Series.value_counts` would raise on empty input of ``Int64`` dtype (:issue:`33317`) -