Skip to content

Commit 950b7b5

Browse files
committed
Use old unit one-line description
1 parent b3bc0c7 commit 950b7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ cdef class _Timestamp(ABCTimestamp):
252252
@property
253253
def unit(self) -> str:
254254
"""
255-
The abbreviation associated with the Timestamp's resolution.
255+
The abbreviation associated with self._creso.
256256

257257
This property returns a string representing the time unit of the Timestamp's
258258
resolution. It corresponds to the smallest time unit that can be represented

0 commit comments

Comments
 (0)