summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-05-13 14:43:15 +0100
committerEric Wieser <wieser.eric@gmail.com>2017-05-13 14:43:35 +0100
commitdcb554428e5a749a2f18ee7815e4be56c268fbe3 (patch)
treef430526de58bd40bd98e5d162ca18fe334255b06 /numpy/lib/shape_base.py
parent33ce0baeae071cfbe32cb0f7680a4ec9dd7f379e (diff)
downloadnumpy-dcb554428e5a749a2f18ee7815e4be56c268fbe3.tar.gz
DOC: link to stack from column_stack
[ci skip]
Diffstat (limited to 'numpy/lib/shape_base.py')
-rw-r--r--numpy/lib/shape_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py
index 830943e72..01d13514a 100644
--- a/numpy/lib/shape_base.py
+++ b/numpy/lib/shape_base.py
@@ -317,7 +317,7 @@ def column_stack(tup):
See Also
--------
- hstack, vstack, concatenate
+ stack, hstack, vstack, concatenate
Examples
--------