Skip to content

Commit ff7c4ce

Browse files
committed
DOC: Fixed refguide errors for basics.broadcasting.rst
1 parent df0b1bd commit ff7c4ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/user/basics.broadcasting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ An example of broadcasting when a 1-d array is added to a 2-d array::
170170
[ 31., 32., 33.]])
171171
>>> b = array([1.0, 2.0, 3.0, 4.0])
172172
>>> a + b
173+
Traceback (most recent call last):
173174
ValueError: operands could not be broadcast together with shapes (4,3) (4,)
174175

175176
As shown in :ref:`broadcasting.figure-2`, ``b`` is added to each row of ``a``.

tools/refguide_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@
123123
'f2py.getting-started.rst',
124124
'arrays.nditer.cython.rst',
125125
# See PR 17222, these should be fixed
126-
'basics.broadcasting.rst',
127126
'basics.byteswapping.rst',
128127
'basics.creation.rst',
129-
'basics.dispatch.rst',
130128
'basics.indexing.rst',
131129
'basics.subclassing.rst',
132130
'basics.types.rst',

0 commit comments

Comments
 (0)