Skip to content

Commit 74ddb7f

Browse files
committed
Further docstring tweaks
1 parent 065486d commit 74ddb7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

simvue/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ def get_alerts(
11591159
11601160
Parameters
11611161
----------
1162-
run : str
1162+
run_id : str
11631163
The ID of the run to find alerts for
11641164
critical_only : bool, optional
11651165
Whether to only return details about alerts which are currently critical, by default True

simvue/run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,8 +749,6 @@ def reconnect(self, run_id: str) -> bool:
749749
----------
750750
run_id : str
751751
identifier of run to connect to
752-
uid : str, optional
753-
unique identifier for this run, by default None
754752
755753
Returns
756754
-------
@@ -800,7 +798,7 @@ def config(
800798
dormant state if an error occurs
801799
queue_blocking : bool, optional
802800
block thread queues during metric/event recording
803-
resource_metrics_interval : int, optional
801+
resources_metrics_interval : int, optional
804802
frequency at which to collect resource metrics
805803
disable_resources_metrics : bool, optional
806804
disable monitoring of resource metrics

0 commit comments

Comments
 (0)