diff options
Diffstat (limited to 'advanced_python')
-rw-r--r-- | advanced_python/more_arrays.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced_python/more_arrays.rst b/advanced_python/more_arrays.rst index 9bfb431..c562edd 100644 --- a/advanced_python/more_arrays.rst +++ b/advanced_python/more_arrays.rst @@ -296,7 +296,7 @@ as the array sizes are small. But this may turn out to be slower, when the number of objects gets larger. This discussion is not in the scope of this course. Look at -`EricsBroadcastingDoc<http://www.scipy.org/EricsBroadcastingDoc>`_ for more +`EricsBroadcastingDoc <http://www.scipy.org/EricsBroadcastingDoc>`_ for more detail. |