From 77496008b3ab6b41002479ddde6c66744296e674 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Tue, 29 May 2018 00:42:44 -0700 Subject: STY: Revert line unwrap --- numpy/doc/creation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/doc') diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py index dfcde585f..9ebe938be 100644 --- a/numpy/doc/creation.py +++ b/numpy/doc/creation.py @@ -9,7 +9,8 @@ Introduction There are 5 general mechanisms for creating arrays: 1) Conversion from other Python structures (e.g., lists, tuples) -2) Intrinsic numpy array creation objects (e.g., arange, ones, zeros, etc.) +2) Intrinsic numpy array creation objects (e.g., arange, ones, zeros, + etc.) 3) Reading arrays from disk, either from standard or custom formats 4) Creating arrays from raw bytes through the use of strings or buffers 5) Use of special library functions (e.g., random) -- cgit v1.2.1