Skip to content

Commit 1797ba5

Browse files
authored
DOC: Fix typo in 3.0.0 release notes (#63795)
1 parent 366ccdf commit 1797ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Backwards incompatible API changes
409409
Datetime/timedelta resolution inference
410410
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
411411

412-
Prior to pandas 3.0, whenever converting a sequence of of strings, stdlib ``datetime``
412+
Prior to pandas 3.0, whenever converting a sequence of strings, stdlib ``datetime``
413413
objects, ``np.datetime64`` objects, or integers to a ``datetime64`` / ``timedelta64``
414414
dtype, this would always have resulted in nanosecond resolution (or raised an
415415
out-of-bounds error).

0 commit comments

Comments
 (0)