Skip to content

Commit b53b899

Browse files
harupyjreback
authored andcommitted
Fix incorrect doc for to_datetime (#28670)
1 parent 2a429af commit b53b899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def to_datetime(
637637
datetime strings, and if it can be inferred, switch to a faster
638638
method of parsing them. In some cases this can increase the parsing
639639
speed by ~5-10x.
640-
origin : scalar, default is 'unix'
640+
origin : scalar, default 'unix'
641641
Define the reference date. The numeric values would be parsed as number
642642
of units (defined by `unit`) since this reference date.
643643

0 commit comments

Comments
 (0)