Skip to content

Commit 9ee0a5e

Browse files
committed
DOC: fix broken link in "What is NumPy?" to broadcasting
1 parent 07447fd commit 9ee0a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/whatisnumpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ same shape, or a scalar and an array, or even two arrays of with
125125
different shapes, provided that the smaller array is "expandable" to
126126
the shape of the larger in such a way that the resulting broadcast is
127127
unambiguous. For detailed "rules" of broadcasting see
128-
`basics.broadcasting`.
128+
:ref:`Broadcasting <basics.broadcasting>`.
129129

130130
Who Else Uses NumPy?
131131
--------------------

0 commit comments

Comments
 (0)