Skip to content

Commit

Permalink
Fix duplication in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofognog committed May 11, 2024
1 parent 5baabd7 commit 17db58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yfinance/scrapers/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def history(self, period="1mo", interval="1d",
# Check can get TZ. Fail => probably delisted
tz = self.tz
if tz is None:
# Every valid ticker has a timezone. A missing timezone is a problem problem
# Every valid ticker has a timezone. A missing timezone is a problem.
_exception = YFTzMissingError(self.ticker)
err_msg = str(_exception)
shared._DFS[self.ticker] = utils.empty_df()
Expand Down

0 comments on commit 17db58b

Please sign in to comment.