Skip to content

Commit

Permalink
Update awkward.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Dec 10, 2023
1 parent 495aba9 commit 624b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/backends/awkward.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def __getitem__(self, where: typing.Any) -> float | ak.Array | ak.Record | None:


class VectorAwkward:
"""One dimensional vector class for the Awkward backend."""
"""Mixin class for Awkward vectors."""

lib: types.ModuleType = numpy

Expand Down

0 comments on commit 624b1df

Please sign in to comment.