Skip to content

Commit 2bc88a5

Browse files
committed
format comments
1 parent 513a378 commit 2bc88a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

intermediate_source/dist_tuto.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ we should not modify the sent tensor nor access the received tensor before ``req
161161
In other words,
162162

163163
- writing to ``tensor`` after ``dist.isend()`` will result in undefined behaviour.
164-
- reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour, until ``req.wait()``
165-
has been executed.
164+
- reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour, until ``req.wait()`` has been executed.
166165

167166
However, after ``req.wait()``
168167
has been executed we are guaranteed that the communication took place,

0 commit comments

Comments
 (0)