Skip to content

Commit

Permalink
Merge pull request numpy#4448 from sviterok/fix_broadcasting_doc
Browse files Browse the repository at this point in the history
DOC: Update link to EricsBroadcastingDoc
  • Loading branch information
charris committed Mar 5, 2014
2 parents 30b2445 + 9b68fe7 commit fea6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/doc/broadcasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
making it a two-dimensional ``4x1`` array. Combining the ``4x1`` array
with ``b``, which has shape ``(3,)``, yields a ``4x3`` array.
See `this article <http://www.scipy.org/EricsBroadcastingDoc>`_
See `this article <http://wiki.scipy.org/EricsBroadcastingDoc>`_
for illustrations of broadcasting concepts.
"""
Expand Down

0 comments on commit fea6079

Please sign in to comment.