Skip to content

Commit

Permalink
replaced returned with raised in waiter description
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-finnigan committed Apr 30, 2024
1 parent 9a2673e commit 8adde74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto3/docs/waiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def document_resource_waiter(
'Waits until this {} is {}. This method calls '
':py:meth:`{}.Waiter.{}.wait` which polls '
':py:meth:`{}.Client.{}` every {} seconds until '
'a successful state is reached. An error is returned '
'a successful state is reached. An error is raised '
'after {} failed checks.'.format(
resource_name,
' '.join(resource_waiter_model.name.split('_')[2:]),
Expand Down

0 comments on commit 8adde74

Please sign in to comment.