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

Skip to content

Commit 0ad6650

Browse files
author
Lodato Luciano
committed
Corrected a wrong numpy record name in documentation. adjusted_close in parse_yahoo_historical doesn't exist, the author mean aclose
1 parent 9e477b3 commit 0ad6650

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
@@ -72,7 +72,7 @@ def parse_yahoo_historical(fh, adjusted=True, asobject=False):
7272
Otherwise return a numpy recarray with
7373
7474
date, year, month, day, d, open, close, high, low,
75-
volume, adjusted_close
75+
volume, aclose
7676
7777
where d is a floating poing representation of date,
7878
as returned by date2num, and date is a python standard

0 commit comments

Comments
 (0)