Skip to content

Commit db3f08c

Browse files
committed
docs: fix indentation of docstring (#2908)
1 parent f85ef68 commit db3f08c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/awkward/operations/ak_cartesian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def cartesian(
3232
):
3333
"""
3434
Args:
35-
arrays (mapping or sequence of arrays): Each value in this mapping or
35+
arrays (mapping or sequence of arrays): Each value in this mapping or
3636
sequence can be any array-like data that #ak.to_layout recognizes.
3737
axis (int): The dimension at which this operation is applied. The
3838
outermost dimension is `0`, followed by `1`, etc., and negative

src/awkward/operations/ak_zip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def zip(
2929
):
3030
"""
3131
Args:
32-
arrays (mapping or sequence of arrays): Each value in this mapping or
32+
arrays (mapping or sequence of arrays): Each value in this mapping or
3333
sequence can be any array-like data that #ak.to_layout recognizes.
3434
depth_limit (None or int): If None, attempt to fully broadcast the
3535
`array` to all levels. If an int, limit the number of dimensions

0 commit comments

Comments
 (0)