Skip to content

Commit adbfe07

Browse files
committed
typo
1 parent 2ec30ca commit adbfe07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extraasync/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def chain_data(self, data_source):
393393
# TBD
394394

395395
async def __aiter__(self):
396-
"""Each iteration retrieves the next final result, after passing it trhough all the stages
396+
"""Each iteration retrieves the next final result, after passing it through all the stages
397397
398398
NB: calling this a single time will trigger the Pipeline background execution, and
399399
more than one item can be (or will be) fectched from source in a single iteration,

0 commit comments

Comments
 (0)