Skip to content

Commit c10a938

Browse files
authored
【Hackathon 5th No.6】 英文 doc 文档 修复 -part (#59985)
1 parent 8586c1b commit c10a938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/tensor/manipulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5895,7 +5895,7 @@ def put_along_axis(
58955895
and need to broadcast against arr if broadcast is 'True'. Supported data type are int and int64.
58965896
values (Tensor) : The value element(s) to put. The data types should be same as arr.
58975897
axis (int) : The axis to put 1d slices along.
5898-
reduce (str, optional): The reduce operation, default is 'assign', support 'add', 'assign', 'mul', 'multiply', "mean", "amin" and "amax".
5898+
reduce (str, optional): The reduce operation, default is 'assign', support 'add', 'assign', 'mul', 'multiply', 'mean', 'amin' and 'amax'.
58995899
include_self (bool, optional): whether to reduce with the elements of arr, default is 'True'.
59005900
broadcast (bool, optional): whether to broadcast indices, default is 'True'.
59015901

0 commit comments

Comments
 (0)