Skip to content

Commit 66bcb60

Browse files
committed
Improve wording for getting an async iterator
We are not really initializing anything here, just returning. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 226f9fd commit 66bcb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/_receiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def consume(self) -> _T_co:
191191
"""
192192

193193
def __aiter__(self) -> Self:
194-
"""Initialize the async iterator over received values.
194+
"""Get an async iterator over the received values.
195195
196196
Returns:
197197
This receiver, as it is already an async iterator.

0 commit comments

Comments
 (0)