Skip to content

Commit 65e9ec3

Browse files
ChrisCarinitopper-123
authored andcommitted
Adding missing single-quote (pandas-dev#52375)
1 parent c7c61a0 commit 65e9ec3

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)