Skip to content

Commit

Permalink
Update download() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jan 7, 2023
1 parent 0152244 commit 57e1bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yfinance/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def download(tickers, start=None, end=None, actions=False, threads=True, ignore_
How many threads to use for mass downloading. Default is True
ignore_tz: bool
When combining from different timezones, ignore that part of datetime.
Default is True
Default is False
proxy: str
Optional. Proxy server URL scheme. Default is None
rounding: bool
Expand Down

0 comments on commit 57e1bdd

Please sign in to comment.