From 06da681c2b3d47d43035c2407978d4b046053970 Mon Sep 17 00:00:00 2001 From: Pete Huang Date: Sat, 7 Jan 2017 12:41:34 -0600 Subject: [PATCH] Fix finance depr docs to point to mpl_finance --- lib/matplotlib/finance.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/matplotlib/finance.py b/lib/matplotlib/finance.py index a7f8dcf3d01f..cf5f2f2d7186 100644 --- a/lib/matplotlib/finance.py +++ b/lib/matplotlib/finance.py @@ -2,8 +2,8 @@ A collection of functions for collecting, analyzing and plotting financial data. -This module is deprecated in 2.0 and has been moved to a mpl_toolkit called -`finance`. +This module is deprecated in 2.0 and has been moved to a module called +`mpl_finance`. """ from __future__ import (absolute_import, division, print_function, unicode_literals) @@ -31,8 +31,8 @@ warn_deprecated( since=2.0, message=("The finance module has been deprecated in mpl 2.0 and will " - "be removed in mpl 2.2. Please use the matplotlib toolkit " - "finance instead.")) + "be removed in mpl 2.2. Please use the module mpl_finance " + "instead.")) if six.PY3: