Skip to content

Commit 8262f0f

Browse files
deepyamanSeeminSyed
authored andcommitted
Fix typo (add missing comma in list) (pandas-dev#32743)
1 parent 4a56e55 commit 8262f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/tools/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def to_datetime(
565565
566566
Parameters
567567
----------
568-
arg : int, float, str, datetime, list, tuple, 1-d array, Series DataFrame/dict-like
568+
arg : int, float, str, datetime, list, tuple, 1-d array, Series, DataFrame/dict-like
569569
The object to convert to a datetime.
570570
errors : {'ignore', 'raise', 'coerce'}, default 'raise'
571571
- If 'raise', then invalid parsing will raise an exception.

0 commit comments

Comments
 (0)