Skip to content

Commit fc37af6

Browse files
authored
DOC: Tidy docstring (#56307)
Tidy docstring
1 parent 539073f commit fc37af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class PandasObject(DirNamesMixin):
108108
@property
109109
def _constructor(self):
110110
"""
111-
Class constructor (for this class it's just `__class__`.
111+
Class constructor (for this class it's just `__class__`).
112112
"""
113113
return type(self)
114114

0 commit comments

Comments
 (0)