### Add Link https://pytorch.org/tutorials/intermediate/dist_tuto.html ### Describe the bug Documentation Bug. It seems like there is a typo in following statement. https://github.com/pytorch/tutorials/blob/f1380d39af94c52e291c4eebf20d9ce2b137f3e9/intermediate_source/dist_tuto.rst?plain=1#L159 - reading from ``tensor`` after ``dist.irecv()`` will result in undefined behaviour. It shall be - reading from ``tensor`` before ``dist.irecv()`` will result in undefined behaviour. ### Describe your environment Not applicable. cc @wconstab @osalpekar @H-Huang @kwen2501