From 653a6fd443c237842d7a7069d929fb2892dbfe85 Mon Sep 17 00:00:00 2001 From: endolith Date: Tue, 25 Sep 2012 13:41:25 -0400 Subject: DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes --- numpy/core/fromnumeric.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 9ca56ce27..da1048134 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -149,7 +149,6 @@ def reshape(a, newshape, order='C'): Notes ----- - It is not always possible to change the shape of an array without copying the data. If you want an error to be raise if the data is copied, you should assign the new shape to the shape attribute of the array:: -- cgit v1.2.1