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

Skip to content

Commit 02ffdec

Browse files
committed
Merge pull request #1915 from lodatol/master
Corrected a wrong numpy record name in documentation.
2 parents b5b7b5d + 0ad6650 commit 02ffdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/finance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def parse_yahoo_historical(fh, adjusted=True, asobject=False):
7878
Otherwise return a numpy recarray with
7979
8080
date, year, month, day, d, open, close, high, low,
81-
volume, adjusted_close
81+
volume, aclose
8282
8383
where d is a floating poing representation of date,
8484
as returned by date2num, and date is a python standard

0 commit comments

Comments
 (0)