Skip to content

Commit 027f423

Browse files
authored
Fix typo
1 parent 36d2111 commit 027f423

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
@@ -256,7 +256,7 @@ def create_alert(self, name=None, description=None, severity=None, for_atleast_s
256256
- **notify**: the type of notification you want this alert to generate. Options are *EMAIL*, *SNS*, *PAGER_DUTY*, *SYSDIG_DUMP*.
257257
- **enabled**: if True, the alert will be enabled when created.
258258
- **annotations**: an optional dictionary of custom properties that you can associate to this alert for automation or management reasons
259-
- **alert_obj**: an optional fully-formed Alert object of the format returned in an "alerts" list by :func:`~SdcClient.get_alerts` This is an alternative to creating the Alert using the individiual parameters listed above.
259+
- **alert_obj**: an optional fully-formed Alert object of the format returned in an "alerts" list by :func:`~SdcClient.get_alerts` This is an alternative to creating the Alert using the individual parameters listed above.
260260
261261
**Success Return Value**
262262
A dictionary describing the just created alert, with the format described at `this link <https://app.sysdigcloud.com/apidocs/#!/Alerts/post_api_alerts>`__

0 commit comments

Comments
 (0)