Skip to content

Commit d3b736a

Browse files
committed
Add versionadded to is_retryable docs
1 parent 4192750 commit d3b736a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/neo4j/exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ def is_retryable(self) -> bool:
227227
228228
:returns: :const:`True` if the error is retryable,
229229
:const:`False` otherwise.
230+
231+
.. versionadded:: 5.0
230232
"""
231233
return False
232234

@@ -406,6 +408,8 @@ def is_retryable(self) -> bool:
406408
407409
:returns: :const:`True` if the error is retryable,
408410
:const:`False` otherwise.
411+
412+
.. versionadded:: 5.0
409413
"""
410414
return False
411415

0 commit comments

Comments
 (0)