Skip to content

Commit

Permalink
[doc] fix system message in Fleet_en.html (PaddlePaddle#60306)
Browse files Browse the repository at this point in the history
* fix system message

* update

* fix indentation
  • Loading branch information
ooooo-create authored and Wanglongzhi2001 committed Jan 7, 2024
1 parent c7c2052 commit cb2eb44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/distributed/fleet/fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ def collective_perf(self, comm_type, round=50, size_and_time={}):
Examples:
.. code-block:: python
:name: code-init-example1
>>> import paddle.distributed.fleet as fleet
>>> fleet.init(is_collective=True)
Expand Down
1 change: 1 addition & 0 deletions python/paddle/tensor/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3661,6 +3661,7 @@ def scatter(x, index, updates, overwrite=True, name=None):
Examples:
.. code-block:: python
:name: scatter-example-2
>>> import paddle
Expand Down

0 comments on commit cb2eb44

Please sign in to comment.