Skip to content

Commit

Permalink
Fix oops in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Dec 20, 2024
1 parent 62ed8df commit 6fc8f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spalloc_client/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def __init__(self, *args: int, hostname: Optional[str] = "USE_CONFIG",
>>> Job(4, 2, require_torus=True)
>>> # Board x=3, y=2, z=1 on the machine named "m"
>>> Job(3, 2, 1, machine="m")config_filenames
>>> Job(3, 2, 1, machine="m")
>>> # Keep using (and keeping-alive) an existing allocation
>>> Job(resume_job_id=123)
Expand Down

0 comments on commit 6fc8f74

Please sign in to comment.