From 1da27cf5ebc349fb34773695e4261c032713f17e Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Wed, 28 Sep 2016 17:09:52 +0200 Subject: [PATCH] DOC: trivial rst fix to whats_new.rst Fix for proper rendering --- doc/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 8724565ed2713..ddd58975f5dfa 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -296,7 +296,7 @@ Enhancements :func:`utils.sparse_func.incr_mean_variance_axis` by supporting cython fused types. By `YenChen Lin`_. - - The :func: `ignore_warnings` now accept a category argument to ignore only + - The :func:`ignore_warnings` now accept a category argument to ignore only the warnings of a specified type. By `Thierry Guillemot`_. - The new ``cv_results_`` attribute of :class:`model_selection.GridSearchCV`