Skip to content

Commit 4087fcf

Browse files
committed
Adds auto_adjust documentation.
1 parent fc54771 commit 4087fcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pybroker/data.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,13 @@ def _fetch_data(
462462
class YFinance(DataSource):
463463
r"""Retrieves data from `Yahoo Finance <https://finance.yahoo.com/>`_\ .
464464
465-
Attributes:
466-
ADJ_CLOSE: Column name of adjusted close prices.
467-
468465
Args:
469466
auto_adjust: Whether to auto adjust close prices. If ``True``, then
470467
adjusted close prices are stored in the ``close`` column. Defaults
471468
to ``False``.
469+
470+
Attributes:
471+
ADJ_CLOSE: Column name of adjusted close prices.
472472
"""
473473

474474
ADJ_CLOSE: Final = "adj_close"

0 commit comments

Comments
 (0)