Closed vittoboa closed 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.
help(yf.download)
yf.download
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 foryf.download
.