Skip to content

Commit

Permalink
Documentation indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed May 15, 2023
1 parent e26a36a commit 93db4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colmena/task_server/globus.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Task server based on Globus Compute
Globus Compute provides the ability to execute functions on remote "endpoints" that provide access to
computational resources (e.g., cloud providers, HPC).
computational resources (e.g., cloud providers, HPC).
Tasks and results are communicated to/from the endpoint through a cloud service secured using Globus Auth."""

import logging
Expand Down Expand Up @@ -32,7 +32,7 @@ class GlobusComputeTaskServer(FutureBasedTaskServer):
that the task server will use to authenticate with the web service.
The task server works using Globus Compute's :class:`~globus_compute_sdk.executor.Executor`
to communicate to the web service over a web socket.
to communicate to the web service over a web socket.
The functions used by the executor are registered when you create the task server,
and the Executor is launched when you start the task server.
"""
Expand Down

0 comments on commit 93db4e5

Please sign in to comment.