Skip to content

Commit

Permalink
fix an incorrect indent in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nairbv committed Aug 30, 2023
1 parent ad17e5e commit 8c9a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/distributed/distributed_c10d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def send(tensor: torch.Tensor, dst: int, group: Optional[ProcessGroup] = None, t
Args:
tensor (Tensor): Tensor to send.
dst (int): Destination rank. Destination rank should not be the same
as the rank of the current process.
as the rank of the current process.
group (ProcessGroup, optional): The process group to work on. If None,
the default process group will be used.
tag (int, optional): Tag to match send with remote recv
Expand Down

0 comments on commit 8c9a4ac

Please sign in to comment.