From 59e28c336ed001a1274177c8dc1f374e83f12c35 Mon Sep 17 00:00:00 2001 From: NetPunk <69072522+Patrick-Star125@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:49:12 +0800 Subject: [PATCH] Update documentation Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com> --- python/paddle/tensor/manipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/tensor/manipulation.py b/python/paddle/tensor/manipulation.py index 07cd78aaab8c1..e06431e261979 100644 --- a/python/paddle/tensor/manipulation.py +++ b/python/paddle/tensor/manipulation.py @@ -5220,7 +5220,7 @@ def _index_fill_impl(x, index, axis, value, inplace): def index_fill(x, index, axis, value, name=None): """ Outplace version of ``index_fill_`` API, the output Tensor will be inplaced with input ``x``. - Please refer to :ref:`api_paddle_index_fill`. + Please refer to :ref:`api_paddle_index_fill_`. Examples: .. code-block:: python