Skip to content

Commit ed02e83

Browse files
committed
updating docstring
1 parent 5a40161 commit ed02e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/groups/monitor_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def list_monitor_dashboards(self, *filters) -> list[MonitorDashboard]:
2020
Returns a list of dashboards.
2121
2222
dashboards = client.monitor_service.list_monitor_dashboards()
23-
dashboard = client.load(Dashboard, 1)
23+
dashboard = client.load(MonitorDashboard, 1)
2424
2525
.. note:: This endpoint is in beta. This will only function if base_url is set to `https://api.linode.com/v4beta`.
2626

0 commit comments

Comments
 (0)