Skip to content

Commit 82f36d3

Browse files
committed
Update docstring
1 parent 02ab4f3 commit 82f36d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/tools/datetimes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ def to_datetime(arg, errors='raise', dayfirst=False, yearfirst=False,
143143
.. versionadded: 0.20.0
144144
cache : boolean, default False
145145
If False, use a cache of unique, converted dates to apply the datetime
146-
conversion. Produces signficant speed-ups when parsing duplicate dates.
146+
conversion. May produce sigificant speed-up when parsing duplicate date
147+
strings, especially ones with timezone offsets.
147148
148149
.. versionadded: 0.21.1
149150
Returns

0 commit comments

Comments
 (0)