From 8c93c8335a80e23d9044e09b3c393975c4716626 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 8 Sep 2021 11:15:50 +0200 Subject: [PATCH] DOC fix mispelling in whats new --- doc/whats_new/v1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats_new/v1.0.rst b/doc/whats_new/v1.0.rst index 5556e8804f8e3..698a3503adc4f 100644 --- a/doc/whats_new/v1.0.rst +++ b/doc/whats_new/v1.0.rst @@ -904,7 +904,7 @@ Changelog warning was previously raised in resampling utilities and functions using those utilities (e.g. :func:`model_selection.train_test_split`, :func:`model_selection.cross_validate`, - :func:`model_seleection.cross_val_score`, + :func:`model_selection.cross_val_score`, :func:`model_selection.cross_val_predict`). :pr:`20673` by :user:`Joris Van den Bossche `.