Skip to content

Commit c291415

Browse files
authored
typo
1 parent 2419343 commit c291415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

Lines changed: 1 addition & 1 deletion
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)