Skip to content

Commit f36885b

Browse files
committed
The comment is too long in one line, make it short.
1 parent 3ecaba1 commit f36885b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

intermediate_source/ddp_tutorial.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ be found in
8181
8282
def setup(rank, world_size):
8383
if sys.platform == 'win32':
84-
# Distributed package only covers collective communications with Gloo backend and FileStore
85-
# on Windows platform. Set init_method parameter in init_process_group to a local file.
84+
# Distributed package only covers collective communications with Gloo
85+
# backend and FileStore on Windows platform. Set init_method parameter
86+
# in init_process_group to a local file.
8687
# Example init_method="file:///f:/libtmp/some_file"
8788
init_method="file:///{your local file path}"
8889

0 commit comments

Comments
 (0)