Skip to content

Commit 9aa0c35

Browse files
author
Matt Sokoloff
committed
fix invalid doc string
1 parent 3dac1a4 commit 9aa0c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/webhook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ def update(self, topics=None, url=None, status=None):
121121
topics (Optional[List[Topic]]): The new topics.
122122
url Optional[str): The new URL value.
123123
status (Optional[Status]): The new status.
124-
125-
If values are set to None then there are no updates made to that field.
124+
If an argument is set to None then no updates will be made to that field.
126125
127126
"""
128127

0 commit comments

Comments
 (0)