Skip to content

Commit c63ffa7

Browse files
committed
typo after proofreading docs
1 parent 3fae894 commit c63ffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ def to_julian_date(self) -> npt.NDArray[np.float64]:
22562256
"""
22572257
Convert TimeStamp to a Julian Date.
22582258
2259-
This method returns the number of days as a float since
2259+
This method returns the number of days as a float since noon January 1, 4713 BC.
22602260
22612261
https://en.wikipedia.org/wiki/Julian_day
22622262

0 commit comments

Comments
 (0)