Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 27, 2025
1 parent 662d027 commit 542e2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffea/nanoevents/methods/physlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _element_link(target_collection, eventindex, index, key):
eventindex, dask_awkward.Array
):
raise ValueError(
"element linking must be done on two dask_awkward arrays or two akward arrays not a mix of the two"
"element linking must be done on two dask_awkward arrays or two awkward arrays not a mix of the two"
)

global_index = _get_global_index(target_collection, eventindex, index)
Expand Down

0 comments on commit 542e2ce

Please sign in to comment.