Skip to content

Commit c01b27c

Browse files
committed
NS feedback
1 parent 1779841 commit c01b27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/aggregation/aggregation-template-async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def main():
3030
# ... aggregation_result = ...
3131

3232
# Print the aggregation results.
33-
for document in aggregation_result:
33+
async for document in aggregation_result:
3434
print(document)
3535

3636
finally:

0 commit comments

Comments
 (0)