Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion awsfabrictasks/ec2/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def ec2_stop_instance(nowait=False):
Stop EC2 instance.

:param nowait: Set to ``True`` to let the EC2 instance stop in the
background instead of waiting for it to start. Defaults to ``False``.
background instead of waiting for it to stop. Defaults to ``False``.
"""
instancewrapper = Ec2InstanceWrapper.get_from_host_string()
instancewrapper.instance.stop()
Expand Down