Skip to content

Commit 87d158a

Browse files
committed
Fix some docs comments
1 parent 2f671ee commit 87d158a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/graph/beta/joins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,10 @@ async def main():
461461

462462
print(f'Result: {result}')
463463
#> Result: ReducedMetrics(count=5, sum=200)
464-
# > Result: {'count': 4, 'total': 200}
465464
print(f'State total_count: {state.total_count}')
466465
#> State total_count: 9
467-
# > State items_processed: 4
468466
print(f'State total_sum: {state.total_sum}')
469467
#> State total_sum: 275
470-
# > State sum_total: 200
471468
```
472469

473470
_(This example is complete, it can be run "as is" — you'll need to add `import asyncio; asyncio.run(main())` to run `main`)_

0 commit comments

Comments
 (0)