From f3320a6f1ab2d060fd49c94a6e3386291a684ec7 Mon Sep 17 00:00:00 2001
From: Andreas Mueller <t3kcit@gmail.com>
Date: Mon, 23 Oct 2017 11:47:13 -0400
Subject: [PATCH] minor fixes to whatsnew

---
 doc/whats_new.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 0d53ba2440..ac1aeccddf 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -81,7 +81,7 @@ Regressions in 0.19.0 fixed in 0.19.1:
   longer accepted ``X`` as a list. :issue:`9600` by :user:`Rasul Kerimov
   <CoderINusE>`.
 
-- Fixed handling of :func:`cross_val_predict` for binary classification with
+- Fixed handling of :func:`model_selection.cross_val_predict` for binary classification with
   ``method='decision_function'``. :issue:`9593` by :user:`Reiichiro Nakano
   <reiinakano>` and core devs.
 
@@ -112,7 +112,7 @@ Enhancements
 - To improve usability of version 0.19's :class:`pipeline.Pipeline`
   caching, ``memory`` now allows ``joblib.Memory`` instances.
   This make use of the new :func:`utils.validation.check_memory` helper.
-  issue:`9584` by :user:`Kumar Ashutosh <thechargedneutron>`
+  :issue:`9584` by :user:`Kumar Ashutosh <thechargedneutron>`
 
 - Some fixes to examples: :issue:`9750`, :issue:`9788`, :issue:`9815`
 
-- 
GitLab