8000 Corrected a wrong numpy record name in documentation. adjusted_close … · matplotlib/matplotlib@e5d9960 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5d9960

Browse files
Lodato Lucianomdboom
authored andcommitted
Corrected a wrong numpy record name in documentation. adjusted_close in parse_yahoo_historical doesn't exist, the author mean aclose
1 parent 077b26f commit e5d9960

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)
0