Skip to content

Commit 1f15b6c

Browse files
Update linode_api4/groups/monitor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5e53cf1 commit 1f15b6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

linode_api4/groups/monitor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ def create_alert_definition(
256256
:returns: The newly created :class:`AlertDefinition`.
257257
:rtype: AlertDefinition
258258
259-
NOTE:
260-
# For updating an alert definition, use the `save()` method on the AlertDefinition object.
261-
# For deleting an alert definition, use the `delete()` method directly on the AlertDefinition object.
259+
.. note::
260+
For updating an alert definition, use the ``save()`` method on the :class:`AlertDefinition` object.
261+
For deleting an alert definition, use the ``delete()`` method directly on the :class:`AlertDefinition` object.
262262
"""
263263
params = {
264264
"label": label,

0 commit comments

Comments
 (0)