Skip to content

Commit ab23d8b

Browse files
authored
Merge pull request #150 from joguSD/docstrings
Update Docstrings
2 parents 5c85f99 + 90e8941 commit ab23d8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

awsshell/wizard.py

+8
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ def __init__(self, session=None, interaction_loader=None,
147147
:class:`awsshell.interaction.InteractionLoader`
148148
:param interaction_loader: (Optional) The InteractionLoader to be used
149149
when converting Interaction models to their corresponding object.
150+
151+
:type error_handler: callable
152+
:param error_handler: (Optional) The error handler to be used when
153+
executing wizards.
150154
"""
151155
self._session = session
152156
if session is None:
@@ -302,6 +306,10 @@ def __init__(self, env, creator, interaction_loader, wizard_loader,
302306
:param interaction_loader: The Interaction loader to be used when
303307
performing interactions.
304308
309+
:type wizard_loader: :class:`WizardLoader`
310+
:param wizard_loader: The Wizard Loader to be used when a stage needs
311+
to delegate to a sub-wizard.
312+
305313
:type name: str
306314
:param name: A unique identifier for the stage.
307315

0 commit comments

Comments
 (0)