Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jul 21, 2013
1 parent ca8845e commit 45eea6e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/matplotlib/finance.py
Expand Up @@ -115,10 +115,6 @@ def parse_yahoo_historical_ochl(fh, adjusted=True, asobject=False):
holding 1-D ndarrays. The behavior of a numpy recarray is
very similar to the Bunch.
stock_dt : `np.dtype`
The data type to be used for the returned array. This is a
temporary argument to easy the transition from ochl -> ohlc
"""
parse_yahoo_historical(fh, adjusted=adjusted, asobject=asobject,
oclh=True)
Expand Down Expand Up @@ -171,11 +167,6 @@ def parse_yahoo_historical_ohlc(fh, adjusted=True, asobject=False):
True returned a cbook Bunch
holding 1-D ndarrays. The behavior of a numpy recarray is
very similar to the Bunch.
stock_dt : `np.dtype`
The data type to be used for the returned array. This is a
temporary argument to easy the transition from ochl -> ohlc
"""
parse_yahoo_historical(fh, adjusted=adjusted, asobject=asobject,
ochl=False)
Expand Down

0 comments on commit 45eea6e

Please sign in to comment.