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

Skip to content

Commit 905b695

Browse files
committed
DOC updated finance's docstring
1 parent 79c6966 commit 905b695

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/matplotlib/finance.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""
22
A collection of functions for collecting, analyzing and plotting
3-
financial data. User contributions welcome!
4-
5-
This module is deprecated in 2.0 and will be moved to `mpl_toolkits`
6-
or it's own project in the future.
3+
financial data.
74
5+
This module is deprecated in 2.0 and has been moved to a mpl_toolkit called
6+
`finance`.
87
"""
98
from __future__ import (absolute_import, division, print_function,
109
unicode_literals)

0 commit comments

Comments
 (0)