Skip to content

Commit

Permalink
Merge branch 'main' into agoose77/fix-boolean-index
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Feb 7, 2023
2 parents f8c4009 + db76e5f commit 86f42dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/operations/ak_merge_union_of_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def merge_union_of_records(array, axis=-1, *, highlevel=True, behavior=None):
Simplifies unions of records, e.g.
>>> array = ak.Array([{"a": 1}, {"b": 2}])
>>> array = ak.concatenate(([{"a": 1}], [{"b": 2}]))
into records of options, i.e.
Expand Down

0 comments on commit 86f42dc

Please sign in to comment.