Skip to content

Commit e511f60

Browse files
committed
DOC: sync docstrings with NaT
1 parent f5c2f9d commit e511f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/nattype.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ cdef class _NaT(datetime):
278278

279279
def total_seconds(self):
280280
"""
281-
Total duration of timedelta in seconds (to ns precision).
281+
Total duration of timedelta in seconds (to microsecond precision).
282282
"""
283283
# GH#10939
284284
return np.nan

0 commit comments

Comments
 (0)