Skip to content

Commit

Permalink
Tidy docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
smij720 committed Dec 3, 2023
1 parent 7c6d26f commit 40ead3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class PandasObject(DirNamesMixin):
@property
def _constructor(self):
"""
Class constructor (for this class it's just `__class__`.
Class constructor (for this class it's just `__class__`).
"""
return type(self)

Expand Down

0 comments on commit 40ead3d

Please sign in to comment.