10000 Update README.md · jgarte/functional-jargon-python@e4046c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4046c3

Browse files
authored
Update README.md
1 parent 826ccd1 commit e4046c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ But, you can always use HOF to fix that and compose normally:
460460
>>> from returns.result import Success
461461

462462
>>> assert flow(
463-
... Success(-2)
463+
... Success(-2),
464464
... map_(abs),
465465
... map_(range),
466466
... map_(list),

0 commit comments

Comments
 (0)
0