Skip to content

Commit

Permalink
Merge pull request #708 from gliptak/patch-2
Browse files Browse the repository at this point in the history
Update docstring as iso_code is not returned for WorldBank
  • Loading branch information
bashtage committed Sep 22, 2019
2 parents ce5363c + 3e45dca commit ec799a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_datareader/wb.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def download(
Returns
-------
data : DataFrame
DataFrame with columns country, iso_code, year, indicator value
DataFrame with columns country, year, indicator value
"""
return WorldBankReader(
symbols=indicator,
Expand Down

0 comments on commit ec799a0

Please sign in to comment.