Skip to content

Commit e18ccc9

Browse files
committed
updating doc
1 parent 3eb7651 commit e18ccc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linode_api4/groups/monitor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
class MonitorGroup(Group):
1414
"""
15-
Encapsulates LKE-related methods of the :any:`LinodeClient`. This
15+
Encapsulates Monitor-related methods of the :any:`LinodeClient`. This
1616
should not be instantiated on its own, but should instead be used through
1717
an instance of :any:`LinodeClient`::
1818
1919
client = LinodeClient(token)
20-
instances = client.lke.clusters() # use the LKEGroup
20+
instances = client.monitor.dashboards() # use the LKEGroup
2121
22-
This group contains all features beneath the `/lke` group in the API v4.
22+
This group contains all features beneath the `/monitor` group in the API v4.
2323
"""
2424

2525
def dashboards(self, *filters):

0 commit comments

Comments
 (0)