diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-10-24 13:49:37 +0900 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-10-24 14:00:37 +0900 |
commit | 14bb26753df4ca4ef42ecd830699433ed781cf9f (patch) | |
tree | a3fb3307957d15ad79a30826a32556faa8fe2d29 /doc/source/reference/routines.array-manipulation.rst | |
parent | c0043831c46ec07fdc34999d664af654ada0825f (diff) | |
download | numpy-14bb26753df4ca4ef42ecd830699433ed781cf9f.tar.gz |
DOC: Fix some references
Diffstat (limited to 'doc/source/reference/routines.array-manipulation.rst')
-rw-r--r-- | doc/source/reference/routines.array-manipulation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.array-manipulation.rst b/doc/source/reference/routines.array-manipulation.rst index 8d13a1800..1c96495d9 100644 --- a/doc/source/reference/routines.array-manipulation.rst +++ b/doc/source/reference/routines.array-manipulation.rst @@ -74,6 +74,7 @@ Joining arrays hstack dstack column_stack + row_stack Splitting arrays ================ |