Skip to content

Commit d5159e6

Browse files
author
Phil Rzewski
committed
Improve wording of update_alert doc
1 parent 73d3529 commit d5159e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcclient/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def update_alert(self, alert):
309309
Update a modified threshold-based alert.
310310
311311
**Arguments**
312-
- **alert**: one alert object from a list returned by :func:`~SdcClient.get_alerts`.
312+
- **alert**: one modified alert object of the same format as those in the list returned by :func:`~SdcClient.get_alerts`.
313313
314314
**Success Return Value**
315315
The updated alert.

0 commit comments

Comments
 (0)