diff options
author | Roman Nekhoroshev <terafloo@gmail.com> | 2014-03-05 23:28:06 +0400 |
---|---|---|
committer | Roman Nekhoroshev <terafloo@gmail.com> | 2014-03-05 23:28:06 +0400 |
commit | 9b68fe73947942406dec072d9412310883cdf67c (patch) | |
tree | dd45c9b3c5703a3473806df1249f98a0b6536ab3 /numpy/doc/broadcasting.py | |
parent | 1dc00021dae1b0b56f6c3435d4e5d7b383228b82 (diff) | |
download | numpy-9b68fe73947942406dec072d9412310883cdf67c.tar.gz |
Update link to EricsBroadcastingDoc
Diffstat (limited to 'numpy/doc/broadcasting.py')
-rw-r--r-- | numpy/doc/broadcasting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/broadcasting.py b/numpy/doc/broadcasting.py index d6069a0fa..717914cda 100644 --- a/numpy/doc/broadcasting.py +++ b/numpy/doc/broadcasting.py @@ -171,7 +171,7 @@ Here the ``newaxis`` index operator inserts a new axis into ``a``, 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. """ |