Skip to content

Commit

Permalink
Merge pull request #1000 from researchapps/fix/flux-operator-docstrin…
Browse files Browse the repository at this point in the history
…g-typo

fix typo with reference to flux operator
  • Loading branch information
k8s-ci-robot authored Jul 18, 2023
2 parents 10ae081 + 9e122ec commit f215a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/static/examples/python/sample-flux-operator-job.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def generate_minicluster_crd(job_name, image, command, args, quiet=False, tasks=

def main():
"""
Run an MPI job. This requires the MPI Operator to be installed.
Run an example job using the Flux Operator.
"""
parser = get_parser()
args, _ = parser.parse_known_args()
Expand Down

0 comments on commit f215a43

Please sign in to comment.