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