Skip to content

Commit 4b22453

Browse files
authored
typo (#59852)
1 parent ffb3c15 commit 4b22453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ def is_transposed(self) -> bool:
35803580

35813581
@property
35823582
def data_orientation(self) -> tuple[int, ...]:
3583-
"""return a tuple of my permuted axes, non_indexable at the front"""
3583+
"""return a tuple of my permutated axes, non_indexable at the front"""
35843584
return tuple(
35853585
itertools.chain(
35863586
[int(a[0]) for a in self.non_index_axes],

0 commit comments

Comments
 (0)