Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Feb 7, 2019
1 parent 216af58 commit 55f5ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awkward/array/jagged.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ def ready(x):
if isinstance(columns1, dict) or len(columns3) > 0:
table = first.Table(columns1, *columns2, **columns3)
else:
table = first.Table.named("tuple", columns1, *columns2, **columns3)
table = first.Table.named("tuple", columns1, *columns2)
return first.JaggedArray(first._starts, first._stops, table)

def pandas(self):
Expand Down

0 comments on commit 55f5ce5

Please sign in to comment.