Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Nov 28, 2023
1 parent ead1d1b commit 68de6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ You get this 🔥:
```python
result = (Seq([1,2,3])
.map(lambda x: multiply_by_2(x))
.filter(lambda x: is_even(x)))
.filter(lambda x: is_even(x))
)
```

Instead of this:
Expand Down

0 comments on commit 68de6dd

Please sign in to comment.