Skip to content

Commit dbfe466

Browse files
committed
Fix
1 parent f7cf022 commit dbfe466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/nn/functional/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def embedding(
225225
None by default.
226226
227227
Returns:
228-
Tensor, Embedding Tensor mapped by x. The data type is the same as :attr:`weight`.
228+
Tensor, Embedding Tensor mapped by x. The data type is the same as :attr:`weight`.
229229
230230
Examples:
231231

0 commit comments

Comments
 (0)