Skip to content

Commit 6c3e88b

Browse files
committed
okwarning
1 parent a1d1d1f commit 6c3e88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ The affected cases are:
10311031
*Previous behavior*:
10321032

10331033
.. code-block:: ipython
1034-
:okwarning:
10351034
10361035
In [5]: df == arr[[0], :]
10371036
...: # comparison previously broadcast where arithmetic would raise
@@ -1077,6 +1076,7 @@ The affected cases are:
10771076
df + arr[[0], :]
10781077
10791078
.. ipython:: python
1079+
:okwarning:
10801080
10811081
# Comparison operations and arithmetic operations both broadcast.
10821082
df == (1, 2)

0 commit comments

Comments
 (0)