Skip to content

Commit 0ba8289

Browse files
authored
Adding missing single-quote (#52375)
1 parent e61d371 commit 0ba8289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ In the past, :func:`to_datetime` guessed the format for each element independent
717717
Note that this affects :func:`read_csv` as well.
718718

719719
If you still need to parse dates with inconsistent formats, you can use
720-
``format='mixed`` (possibly alongside ``dayfirst``) ::
720+
``format='mixed'`` (possibly alongside ``dayfirst``) ::
721721

722722
ser = pd.Series(['13-01-2000', '12 January 2000'])
723723
pd.to_datetime(ser, format='mixed', dayfirst=True)

0 commit comments

Comments
 (0)