Skip to content

Commit ab8376b

Browse files
authored
Update v0.24.0.txt
1 parent 2ec4fec commit ab8376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Indexing
434434
- Fixed ``DataFrame[np.nan]`` when columns are non-unique (:issue:`21428`)
435435
- Bug when indexing :class:`DatetimeIndex` with nanosecond resolution dates and timezones (:issue:`11679`)
436436
- Bug where indexing with a Numpy array containing negative values would mutate the indexer (:issue:`21867`)
437-
- Bug when :class:`Series` was created from :class:`DatetimeIndex`, the series shares the same underneath data with that index (:issue:`21907`)
437+
- Bug when :class:`Series` was created from :class:`DatetimeIndex`, the series shares the same data with that index (:issue:`21907`)
438438
Missing
439439
^^^^^^^
440440

0 commit comments

Comments
 (0)