Skip to content

Commit 8b26aec

Browse files
Update whatsnew message
1 parent c84a39d commit 8b26aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Numeric
247247
^^^^^^^
248248
- Bug in :func:`to_numeric` where float precision was incorrect (:issue:`31364`)
249249
- Bug in :meth:`DataFrame.any` with ``axis=1`` and ``bool_only=True`` ignoring the ``bool_only`` keyword (:issue:`32432`)
250-
- Bug in :meth: `Series.equals` where a ``ValueError`` was raised when iterables were compared to non-iterables (:issue:`35267`)
250+
- Bug in :meth:`Series.equals` where a ``ValueError`` was raised when numpy arrays were compared to scalars (:issue:`35267`)
251251
-
252252

253253
Conversion

0 commit comments

Comments
 (0)