summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/doc/creation.py3
1 files changed, 2 insertions, 1 deletions
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)