Typos: suited -> suitable, node -> host

This commit is contained in:
Leopold Cambier 2023-01-10 11:01:54 -08:00
parent 7e395c9bbe
commit d1edad6a68

View File

@ -132,7 +132,7 @@ def initialize(coordinator_address: Optional[str] = None,
and all processes agree on the port.
May be ``None`` only on supported environments, in which case it will be chosen automatically.
Note that special addresses like ``localhost`` or ``127.0.0.1`` usually mean that the program
will bind to a local interface and are not suited when running in a multi-node environment.
will bind to a local interface and are not suitable when running in a multi-host environment.
num_processes: Number of processes. May be ``None`` only on supported environments, in
which case it will be chosen automatically.
process_id: The ID number of the current process. The ``process_id`` values across