Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06da681

Browse files
committed
Fix finance depr docs to point to mpl_finance
1 parent 1fa4dd7 commit 06da681

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/finance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A collection of functions for collecting, analyzing and plotting
33
financial data.
44
5-
This module is deprecated in 2.0 and has been moved to a mpl_toolkit called
6-
`finance`.
5+
This module is deprecated in 2.0 and has been moved to a module called
6+
`mpl_finance`.
77
"""
88
from __future__ import (absolute_import, division, print_function,
99
unicode_literals)
@@ -31,8 +31,8 @@
3131
warn_deprecated(
3232
since=2.0,
3333
message=("The finance module has been deprecated in mpl 2.0 and will "
34-
"be removed in mpl 2.2. Please use the matplotlib toolkit "
35-
"finance instead."))
34+
"be removed in mpl 2.2. Please use the module mpl_finance "
35+
"instead."))
3636

3737

3838
if six.PY3:

0 commit comments

Comments
 (0)