Skip to content

Commit 1f4e407

Browse files
committed
Adjusting docstring details
1 parent cb77fe3 commit 1f4e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

financetoolkit/portfolio/portfolio_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def read_portfolio_dataset(
317317
- Columns can be specified in the configuration or provided explicitly.
318318
- For missing cost or income columns, an exception is raised if no valid configuration is found.
319319
320-
Note:
320+
Notes:
321321
- Duplicates are handled according to configuration settings ('self._cfg["general"]["adjust_duplicates"]').
322322
- If duplicate data is found in the combination of datasets, it will be removed to prevent double-counting.
323323
- The date columns are converted to datetime objects, and transaction descriptions are treated as

0 commit comments

Comments
 (0)