Skip to content

Commit d4f4e06

Browse files
chrimahoCopilot
andauthored
Fix typo in retry module
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4ae239 commit d4f4e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolbox_python/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def retry(
127127
) -> Callable[[Callable[..., R]], Callable[..., R]]:
128128
"""
129129
!!! note "Summary"
130-
Retry a given function a number of times. Catching any known exceptions when they are given. And retrurning any output to either a terminal or a log file.
130+
Retry a given function a number of times. Catching any known exceptions when they are given. And returning any output to either a terminal or a log file.
131131
132132
!!! deprecation "Deprecated"
133133
This function is deprecated. Please use the [`retry()`][func] decorator from the [`stamina`][docs] package instead.<br>

0 commit comments

Comments
 (0)