Skip to content

Commit 7b40747

Browse files
Clarifies stack docstring
1 parent 27a3908 commit 7b40747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tripy/nvtripy/frontend/ops/stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
2929
)
3030
def stack(tensors: Sequence["nvtripy.Tensor"], dim: int = 0) -> "nvtripy.Tensor":
3131
"""
32-
Stacks multiple tensors of same shape along a given dimension.
32+
Stacks multiple tensors of the same shape along a new dimension.
3333
3434
Args:
3535
tensors: Sequence of tensors of the same shape.

0 commit comments

Comments
 (0)