Skip to content

Commit

Permalink
pr: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgqy committed Sep 5, 2023
1 parent 6cf0aab commit fe7d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tablib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def _transpose_with_headers(self):
def _transpose_without_headers(self):
"""Transpose a :class:`Dataset`, turning rows into columns and vice
versa, returning a new ``Dataset`` instance. This instance should not
has headers, or the dimension would be invalid."""
have headers, or the dimension would be invalid."""

_dset = Dataset()

Expand Down

0 comments on commit fe7d8dd

Please sign in to comment.