Skip to content

Commit

Permalink
whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Nov 23, 2024
1 parent b3c457f commit 036dc01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parsl/executors/high_throughput/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
address : string
An address to connect to the main Parsl process which is reachable from the network in which
workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when
workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when
enable_ipv6 is not set)
Most login nodes on clusters have several network interfaces available, only some of which
can be reached from the compute nodes. This field can be used to limit the executor to listen
Expand Down Expand Up @@ -226,10 +226,10 @@ class HighThroughputExecutor(BlockProviderExecutor, RepresentationMixin, UsageIn
Parsl will create names as integers starting with 0.
default: empty list
enable_ipv6: bool
Set this flag to enable communication over IPV6 in addition to IPV4.
default: False
default: False
"""

@typeguard.typechecked
Expand Down

0 comments on commit 036dc01

Please sign in to comment.