Skip to content

Commit a91f631

Browse files
authored
fix wrapping (#3179)
1 parent 1263f06 commit a91f631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/dist_tuto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ PyTorch. Here are a few supported collectives.
252252
from all processes to ``tensor_list``, on all processes.
253253
- ``dist.barrier(group)``: Blocks all processes in `group` until each one has entered this function.
254254
- ``dist.all_to_all(output_tensor_list, input_tensor_list, group)``: Scatters list of input tensors to all processes in
255-
a group and return gathered list of tensors in output list.
255+
a group and return gathered list of tensors in output list.
256256

257257
The full list of supported collectives can be found by looking at the latest documentation for PyTorch Distributed
258258
`(link) <https://pytorch.org/docs/stable/distributed.html>`__.

0 commit comments

Comments
 (0)