Skip to content

Commit 610fc39

Browse files
committed
update README
1 parent 0f4fbbc commit 610fc39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ def outer_result(outer_loop, y, outer_acc):
486486
assert outer_result == ((1, 2), (2, 4), (3, 6))
487487
```
488488

489+
If you feel the trailing commas ruin the aesthetics, see ``unpythonic.misc.pack``.
490+
489491
#### ``break``
490492

491493
The main way to exit an FP loop (also early) is, at any time, to just ``return`` the final result normally.

0 commit comments

Comments
 (0)