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

Skip to content

Commit 6fb1dc9

Browse files
committed
fixed a corrupt line in finace
svn path=/trunk/matplotlib/; revision=2085
1 parent 887ed88 commit 6fb1dc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
from __future__ import generators
144144

145145

146-
__version__ = '0.87'
146+
__version__ = '0.87.1cvs'
147147
__revision__ = '$Revision$'
148148
__date__ = '$Date$'
149149

lib/matplotlib/finance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
configdir = get_configdir()
31-
5~cachedir = os.path.join(configdir, 'finance.cache')
31+
cachedir = os.path.join(configdir, 'finance.cache')
3232

3333

3434
def parse_yahoo_historical(fh, asobject=False, adjusted=True):

0 commit comments

Comments
 (0)