Skip to content

Commit

Permalink
docs: fix example for merge_union_of_records (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Feb 7, 2023
1 parent 339896f commit db76e5f
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 db76e5f

Please sign in to comment.