Skip to content

Commit 1046087

Browse files
Merge pull request numpy#20255 from hkennyv/fix-broadcasting-link
DOC: fix missing link in "What is NumPy?" to broadcasting
2 parents 1c613f7 + 9ee0a5e commit 1046087

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)