Skip to content

Commit b8f037f

Browse files
author
Connor Charles
committed
Made whatsnew entry more specific
1 parent 3252037 commit b8f037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Numeric
5454
^^^^^^^
5555
- Bug in :meth:`Series.interpolate` when using a timezone aware :class:`DatetimeIndex` (:issue:`27548`)
5656
- Bug when printing negative floating point complex numbers would raise an ``IndexError`` (:issue:`27484`)
57-
- Bug where operators on DataFrames and Series with axis=1 would fail on large dataframes(:issue:`27636`)
57+
- Bug where :class:`DataFrame` arithmetic operators such as :meth:`DataFrame.mul` with a :class:`Series` with axis=1 would raise an ``AttributeError`` on large dataframes with numexpr installed (:issue:`27636`)
5858
-
5959

6060
Conversion

0 commit comments

Comments
 (0)