We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec30ca commit adbfe07Copy full SHA for adbfe07
1 file changed
extraasync/pipeline.py
@@ -393,7 +393,7 @@ def chain_data(self, data_source):
393
# TBD
394
395
async def __aiter__(self):
396
- """Each iteration retrieves the next final result, after passing it trhough all the stages
+ """Each iteration retrieves the next final result, after passing it through all the stages
397
398
NB: calling this a single time will trigger the Pipeline background execution, and
399
more than one item can be (or will be) fectched from source in a single iteration,
0 commit comments