Fix lengthy docstring as followup to #175349 (#182215)

This commit is contained in:
G Johansson
2026-09-14 18:39:01 +02:00
committed by GitHub
parent 61c70a2809
commit 02c0d2eb86
+3 -2
View File
@@ -742,8 +742,9 @@ class ConfigEntry[_DataT = Any]:
is scheduled. An actual cancellation is re-raised.
Returns:
tuple[_SetupErrorReason, bool]: The error reason and whether a retry was scheduled, in which
case the caller must return without setting a state.
tuple[_SetupErrorReason, bool]:
The error reason and whether a retry was scheduled, in which case
the caller must return without setting a state.
"""
logger = self.logger