Skip to content

Commit 0ba720f

Browse files
committed
Improve __repr__ documentation
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 66bcb60 commit 0ba720f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __str__(self) -> str:
248248
)
249249

250250
def __repr__(self) -> str:
251-
"""Return a the internal representation of this selected receiver."""
251+
"""Return a string with the internal representation of this instance."""
252252
return (
253253
f"{type(self).__name__}({self._recv=}, {self._value=}, "
254254
f"{self._exception=}, {self._handled=})"

0 commit comments

Comments
 (0)