diff options
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 73fd2cdc3..6c3a4bc75 100644 --- a/numpy/doc/broadcasting.py +++ b/numpy/doc/broadcasting.py @@ -125,7 +125,7 @@ An example of broadcasting in practice:: (5,) >>> x + y - <type 'exceptions.ValueError'>: operands could not be broadcast together with shapes (4,) (5,) + ValueError: operands could not be broadcast together with shapes (4,) (5,) >>> xx.shape (4, 1) |