Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
  • Loading branch information
Patrick-Star125 and sunzhongkai588 authored Oct 20, 2023
1 parent d87864b commit 59e28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59e28c3

Please sign in to comment.