Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Jul 28, 2024
1 parent 4eb73fa commit 44f098e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,3 +629,5 @@ namespace()

>>> range(5) | Chunked(3) | Pipe(list)
[(0, 1, 2), (3, 4)]

```

0 comments on commit 44f098e

Please sign in to comment.