File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1516,7 +1516,7 @@ default 'raise'
15161516
15171517 See Also
15181518 --------
1519- Timestamp.asm8 : Return numpy datetime64 format in nanoseconds .
1519+ Timestamp.asm8 : Return numpy datetime64 format with same precision .
15201520 Timestamp.to_pydatetime : Convert Timestamp object to a native
15211521 Python datetime object.
15221522 to_timedelta : Convert argument into timedelta object ,
Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ cdef class _Timestamp(ABCTimestamp):
11391139
11401140 See Also
11411141 --------
1142- Timestamp.asm8 : Return numpy datetime64 format in nanoseconds .
1142+ Timestamp.asm8 : Return numpy datetime64 format with same precision .
11431143 Timestamp.to_pydatetime : Convert Timestamp object to a native
11441144 Python datetime object.
11451145 to_timedelta : Convert argument into timedelta object,
@@ -1170,7 +1170,7 @@ cdef class _Timestamp(ABCTimestamp):
11701170 @property
11711171 def asm8 (self ) -> np.datetime64:
11721172 """
1173- Return numpy datetime64 format in nanoseconds .
1173+ Return numpy datetime64 format with same precision .
11741174
11751175 See Also
11761176 --------
You can’t perform that action at this time.
0 commit comments