Skip to content

Commit 513a378

Browse files
committed
format comment
1 parent 7a7862d commit 513a378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/dist_tuto.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ 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,
165-
until ``req.wait()`` has been executed.
164+
- reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour, until ``req.wait()``
165+
has been executed.
166166

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

0 commit comments

Comments
 (0)