Skip to content

Commit 2b63ea7

Browse files
author
Sylvain MARIE
committed
Changed as per code review
1 parent 2b22544 commit 2b63ea7

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
@@ -792,7 +792,8 @@ def to_datetime(
792792
datetime
793793
If parsing succeeded.
794794
Return type depends on input (types in parenthesis correspond to
795-
fallback in case of timezone issues or out-of-range timestamps):
795+
fallback in case of unsuccessful timezone or out-of-range timestamp
796+
parsing):
796797
797798
- scalar: Timestamp (or datetime.datetime)
798799
- array-like: DatetimeIndex (or Series with object dtype containing

0 commit comments

Comments
 (0)