Skip to content

Commit f3c69ce

Browse files
committed
Trivial: Add missing doc for parameter in wait_for_delete().
The doc of parameter manager is missing. Change-Id: I4e99c06ab713532d73615670ada0a61462285d76
1 parent 1f2fcb5 commit f3c69ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openstackclient/common/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def wait_for_delete(manager,
335335
callback=None):
336336
"""Wait for resource deletion
337337
338+
:param manager: the manager from which we can get the resource
338339
:param res_id: the resource id to watch
339340
:param status_field: the status attribute in the returned resource object,
340341
this is used to check for error states while the resource is being

0 commit comments

Comments
 (0)