Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887ed88 commit 6fb1dc9Copy full SHA for 6fb1dc9
2 files changed
lib/matplotlib/__init__.py
@@ -143,7 +143,7 @@
143
from __future__ import generators
144
145
146
-__version__ = '0.87'
+__version__ = '0.87.1cvs'
147
__revision__ = '$Revision$'
148
__date__ = '$Date$'
149
lib/matplotlib/finance.py
@@ -28,7 +28,7 @@
28
29
30
configdir = get_configdir()
31
-5~cachedir = os.path.join(configdir, 'finance.cache')
+cachedir = os.path.join(configdir, 'finance.cache')
32
33
34
def parse_yahoo_historical(fh, asobject=False, adjusted=True):
0 commit comments