Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
musvaage authored Sep 25, 2024
1 parent ffb3c15 commit 4b22453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/pytables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3580,7 +3580,7 @@ def is_transposed(self) -> bool:

@property
def data_orientation(self) -> tuple[int, ...]:
"""return a tuple of my permuted axes, non_indexable at the front"""
"""return a tuple of my permutated axes, non_indexable at the front"""
return tuple(
itertools.chain(
[int(a[0]) for a in self.non_index_axes],
Expand Down

0 comments on commit 4b22453

Please sign in to comment.