Skip to content

Commit 03d8df1

Browse files
committed
core job+step: fix docs
1 parent 3fdb56e commit 03d8df1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyslurm/core/job/job.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ cdef class Jobs(MultiClusterMap):
185185
Pending Jobs will be ignored, since they don't have any Stats yet.
186186
187187
Returns:
188-
(pyslurm.JobStatistics): The statistics of this job collection.
188+
(pyslurm.db.JobStatistics): The statistics of this job collection.
189189
190190
Raises:
191191
(pyslurm.RPCError): When retrieving the stats for all the Jobs
@@ -568,7 +568,7 @@ cdef class Job:
568568
populates the `stats` and `pids` attribute of the instance.
569569
570570
Returns:
571-
(pyslurm.JobStatistics): The statistics of the job.
571+
(pyslurm.db.JobStatistics): The statistics of the job.
572572
573573
Raises:
574574
(pyslurm.RPCError): When receiving the Statistics was not

pyslurm/core/job/step.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ cdef class JobStep:
266266
instance.
267267
268268
Returns:
269-
(pyslurm.JobStepStatistics): The statistics of the Step.
269+
(pyslurm.db.JobStepStatistics): The statistics of the Step.
270270
271271
Raises:
272272
(pyslurm.RPCError): When retrieving the stats for the Step failed.

0 commit comments

Comments
 (0)