summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-05-13 14:15:32 -0600
committerGitHub <noreply@github.com>2017-05-13 14:15:32 -0600
commit6f2d5c474264b96caca3af16ab2a5ab34e7adab2 (patch)
tree8a4d62fb791868a35d08c6e10c1cd5d7e45ca956
parent716321783b04c7365148afa6e702d6a1d048fa84 (diff)
parentdcb554428e5a749a2f18ee7815e4be56c268fbe3 (diff)
downloadnumpy-6f2d5c474264b96caca3af16ab2a5ab34e7adab2.tar.gz
Merge pull request #9116 from eric-wieser/stack-docs
DOC: link to stack from column_stack
-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
--------