Skip to content

Commit d91d3b3

Browse files
committed
Update doctsring to reflect temporalio/temporal#5946
1 parent 797f828 commit d91d3b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

temporalio/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def next_retry_delay(self) -> Optional[timedelta]:
117117
"""Delay before the next activity retry attempt.
118118
119119
User activity code may set this when raising ApplicationError to specify
120-
a delay before the next activity retry. Ignored if set when raising
121-
ApplicationError from workflow code.
120+
a delay before the next activity retry.
122121
"""
123122
return self._next_retry_delay
124123

0 commit comments

Comments
 (0)