Skip to content

Commit 82f1376

Browse files
committed
more doc fixes
1 parent 692bc85 commit 82f1376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyslurm/core/slurmctld/base.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ def takeover(index = 1):
177177
"""Let a Backup Slurm Controller take over as the Primary.
178178
179179
Args:
180-
index (int, optional = 1):
180+
index (int, optional=1):
181181
Index of the Backup Controller that should take over. By default,
182182
the `index` is `1`, meaning the next Controller configured after
183-
the Primary in slurm.conf (second `SlurmctlHost` entry) will be
183+
the Primary in `slurm.conf` (second `SlurmctldHost` entry) will be
184184
asked to take over operation.
185185
186186
If you have more than one backup controller configured, you can for

pyslurm/core/slurmctld/config.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ cdef class Config:
705705
Program to be executed on each compute node to reboot it.
706706
707707
{slurm.conf#OPT_RebootProgram}
708-
reconfig_flags (lisr[str]):
708+
reconfig_flags (list[str]):
709709
List of flags to control various actions that may be taken when a
710710
reconfigure command is issued (for example with `scontrol
711711
reconfig`).

0 commit comments

Comments
 (0)