Skip to content

Commit 130e4b4

Browse files
update inaccurate OutputsAddOns return type doc
1 parent 11b49ff commit 130e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/OutputsAddOns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def PrintOutputs(self, model) -> tuple:
1616
The PrintOutputs function prints the results of the AddOns to a text file and to the screen.
1717
:param model: Model: The container class of the application, giving access to everything else, including the logger
1818
:type model: :class:`~geophires_x.Model.Model`
19-
:return: None
19+
:return: tuple of addon_df, addon_results: list[OutputTableItem]
2020
"""
2121
model.logger.info(f'Init {str(__class__)}: {__name__}')
2222

0 commit comments

Comments
 (0)