Skip to content

Commit ea7d66e

Browse files
committed
fixing eurostat url
1 parent fdfa1d3 commit ea7d66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/eurostat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class EurostatReader(_BaseReader):
1111
"""Get data for the given name from Eurostat."""
1212

13-
_URL = 'http://www.ec.europa.eu/eurostat/SDMX/diss-web/rest'
13+
_URL = 'http://ec.europa.eu/eurostat/SDMX/diss-web/rest'
1414

1515
@property
1616
def url(self):

0 commit comments

Comments
 (0)