Skip to content

Commit 268c638

Browse files
committed
format comment space
1 parent 2bc88a5 commit 268c638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intermediate_source/dist_tuto.rst

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

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

0 commit comments

Comments
 (0)