Skip to content

Commit 940b80d

Browse files
Backport PR pandas-dev#52375 on branch 2.0.x (Adding missing single-quote) (pandas-dev#52376)
Backport PR pandas-dev#52375: Adding missing single-quote Co-authored-by: Chris Carini <[email protected]>
1 parent 478d340 commit 940b80d

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
@@ -716,7 +716,7 @@ In the past, :func:`to_datetime` guessed the format for each element independent
716716
Note that this affects :func:`read_csv` as well.
717717

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

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

0 commit comments

Comments
 (0)