Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Feb 10, 2024
1 parent 95e7912 commit 06856da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ You get this 🔥:
```python
from iterpy import Iter

result = (Iter([1,2,3])
.map(multiply_by_2)
.filter(is_even))
result = Iter([1,2,3].map(multiply_by_2).filter(is_even)
```

Instead of this:
Expand Down

0 comments on commit 06856da

Please sign in to comment.