8000 again 3 · matplotlib/matplotlib@556fe07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 556fe07

Browse files
committed
again 3
1 parent c4225c4 commit 556fe07

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
@@ -340,7 +340,7 @@ def fetch_historical_yahoo(ticker, date1, date2, cachename=None,
340340

341341
urlFmt = ('http://real-chart.finance.yahoo.com/table.csv?' +
342342
's=%s&d=%d&e=%df=%d&g=%s&a=%d&b=%d&c=%d&ignore=.csv')
343-
343+
344344
url = urlFmt % (ticker, d2[0], d2[1], d2[2], g, d1[0], d1[1], d1[2])
345345
# Cache the finance data if cachename is supplied, or there is a writable
346346
# cache directory.

0 commit comments

Comments
 (0)
0