Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifeet committed Dec 8, 2024
1 parent 6cfe7d2 commit a6030ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@ Methods from richer libraries, such as [more-itertools](https://more-itertools.r

```python
(fluent_of(1,2,3)
.apply_transformation(more_itertools.chunked, 2)
.apply_transformation(more_itertools.windowed, 2)
.to_list()) # Produces [(1, 2), (2, 3)]
```

0 comments on commit a6030ef

Please sign in to comment.