Skip to content

Commit a207542

Browse files
Alexandra CotaAlexandra Cota
authored andcommitted
changes to docstrings in client.py after first PR.
1 parent c97e246 commit a207542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labelbox/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ def execute(self, query, params=None, timeout=10.0):
7272
Raises:
7373
labelbox.exceptions.AuthenticationError: If authentication
7474
failed.
75-
labelbox.exceptions.InvalidQueryError: If `query` was not
75+
labelbox.exceptions.InvalidQueryError: If `query` is not
7676
syntactically or semantically valid (checked server-side).
7777
labelbox.exceptions.ApiLimitError: If the server API limit was
78-
exceeded. See "How to import data" documentation to see
79-
API limits.
78+
exceeded. See "How to import data" in the online documentation
79+
to see API limits.
8080
labelbox.exceptions.TimeoutError: If response was not received
8181
in `timeout` seconds.
8282
labelbox.exceptions.NetworkError: If an unknown error occurred

0 commit comments

Comments
 (0)