Skip to content

Commit ff01915

Browse files
committed
Fix docstring
1 parent 9678186 commit ff01915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vws/vws.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ def wait_for_target_processed(
332332
correct.
333333
~vws.exceptions.Fail: There was an error with the request. For
334334
example, the given access key does not match a known database.
335-
TimeoutError: The target remained in the processing stage for more
336-
than ``timeout_seconds`` seconds.
335+
~vws.exceptions.TargetProcessingTimeout: The target remained in the
336+
processing stage for more than ``timeout_seconds`` seconds.
337337
~vws.exceptions.UnknownTarget: The given target ID does not match a
338338
target in the database.
339339
"""

0 commit comments

Comments
 (0)