Skip to content

Commit b282327

Browse files
Remove stray dot in whatsnew
1 parent c789abd commit b282327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Indexing
614614
- Bug in setting ``numpy.timedelta64`` values into an object-dtype :class:`Series` using a boolean indexer (:issue:`39488`)
615615
- Bug in setting numeric values into a into a boolean-dtypes :class:`Series` using ``at`` or ``iat`` failing to cast to object-dtype (:issue:`39582`)
616616
- Bug in :meth:`DataFrame.loc.__setitem__` when setting-with-expansion incorrectly raising when the index in the expanding axis contains duplicates (:issue:`40096`)
617-
- Bug in :meth:`DataFrame.loc` incorrectly allowing the lookup of boolean labels and slices (:issue:`20432`).
617+
- Bug in :meth:`DataFrame.loc` incorrectly allowing the lookup of boolean labels and slices (:issue:`20432`)
618618

619619
Missing
620620
^^^^^^^

0 commit comments

Comments
 (0)