Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pandas/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,9 @@ def transpose(self, *args, **kwargs):

T = property(
transpose,
doc="""\nReturn the transpose, which is by
definition self.\n""",
doc="""
Return the transpose, which is by definition self.
""",
)

@property
Expand Down