ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.96k stars 2.45k forks source link

Fix help(yf.download) not showing the information about the function #1913

Closed vittoboa closed 7 months ago

vittoboa commented 7 months ago

Fix for the issue #1909. The functools.wraps function has been added to the log_indent_decorator's wrapper function. This way help(yf.download) will appropriately show the docstring for yf.download.