Skip to content

Commit bc1fb28

Browse files
author
dcreekp
committed
DOC: edit nattype.pyx to match changes in timedeltas.pyx
1 parent 7815ef0 commit bc1fb28

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
@@ -207,7 +207,7 @@ cdef class _NaT(datetime):
207207

208208
def total_seconds(self):
209209
"""
210-
Total duration of timedelta in seconds (to ns precision)
210+
Total duration of timedelta in seconds (to ns precision).
211211
"""
212212
# GH#10939
213213
return np.nan

0 commit comments

Comments
 (0)