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

Skip to content

Commit 4c76044

Browse files
committed
fixed typos
1 parent 4ef8ac9 commit 4c76044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/finance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from matplotlib.patches import Rectangle
3030
from matplotlib.transforms import Affine2D
3131

32-
from matplotlb.cbook import mplDeprecation
32+
from matplotlib.cbook import mplDeprecation
3333

3434
cachedir = get_cachedir()
3535
# cachedir will be None if there is no writable directory.
@@ -606,7 +606,7 @@ def _quotes_historical_yahoo(ticker, date1, date2, asobject=False,
606606
fh = fetch_historical_yahoo(ticker, date1, date2, cachename)
607607

608608
try:
609-
ret = parse_yahoo_historical(fh, asobject=asobject,
609+
ret = _parse_yahoo_historical(fh, asobject=asobject,
610610
adjusted=adjusted, ochl=ochl)
611611
if len(ret) == 0:
612612
return None

0 commit comments

Comments
 (0)