Skip to content

Commit 6e6f640

Browse files
update comment
1 parent 47e8189 commit 6e6f640

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nailgun/entities.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4738,9 +4738,9 @@ def bulk_destroy(self, synchronous=True, timeout=None, **kwargs):
47384738
def bulk_manage_notifications(self, synchronous=True, timeout=None, **kwargs):
47394739
"""Enable or disable email notifications for the specified set of hosts.
47404740
4741-
:param synchronous: What should happen if the server returns an HTTP
4742-
202 (accepted) status code? Wait for the task to complete if
4743-
``True``. Immediately return the server's response otherwise.
4741+
:param synchronous: If `True`, when the server returns an HTTP
4742+
202 (accepted) status code, wait for the task to complete `. If false,
4743+
immediately return the server's response.
47444744
:param timeout: Maximum number of seconds to wait until timing out.
47454745
Defaults to ``nailgun.entity_mixins.TASK_TIMEOUT``.
47464746
:param kwargs: Arguments to pass to requests.

0 commit comments

Comments
 (0)