Skip to content

Commit

Permalink
docs: fix indentation of docstring (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 19, 2023
1 parent 99f356b commit d7fa617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/awkward/operations/ak_cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def cartesian(
):
"""
Args:
arrays (mapping or sequence of arrays): Each value in this mapping or
arrays (mapping or sequence of arrays): Each value in this mapping or
sequence can be any array-like data that #ak.to_layout recognizes.
axis (int): The dimension at which this operation is applied. The
outermost dimension is `0`, followed by `1`, etc., and negative
Expand Down
2 changes: 1 addition & 1 deletion src/awkward/operations/ak_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def zip(
):
"""
Args:
arrays (mapping or sequence of arrays): Each value in this mapping or
arrays (mapping or sequence of arrays): Each value in this mapping or
sequence can be any array-like data that #ak.to_layout recognizes.
depth_limit (None or int): If None, attempt to fully broadcast the
`array` to all levels. If an int, limit the number of dimensions
Expand Down

0 comments on commit d7fa617

Please sign in to comment.