Skip to content

Commit 8d3497f

Browse files
committed
fix comment for docs build
1 parent f888d50 commit 8d3497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/utils/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def run_with_retry(
8181
The result of the task.
8282
8383
Raises:
84-
The last exception if all retries fail.
84+
Exception: The last exception if all retries fail.
8585
"""
8686
start_time_ms = int(time.time() * 1000)
8787
attempt = 0

0 commit comments

Comments
 (0)