Skip to content

Commit d59d0b5

Browse files
committed
wip docs
1 parent 8137edc commit d59d0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyslurm/core/slurmctld/stats.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ cdef class RPCTypeStatistics(dict):
218218
Total amount of time it has taken to process all RPCs made yet.
219219
queued (int):
220220
Total amount of RPCs queued.
221-
queued (int):
221+
dropped (int):
222222
Total amount of RPCs dropped.
223223
"""
224224
@staticmethod
@@ -243,7 +243,7 @@ cdef class RPCPendingStatistics(dict):
243243
244244
Attributes:
245245
count (int):
246-
Total amount of RPCs made to the `slurmctld` since last reset.
246+
Total amount of RPCs currently pending.
247247
"""
248248
@staticmethod
249249
cdef RPCPendingStatistics from_ptr(stats_info_response_msg_t *ptr)

0 commit comments

Comments
 (0)