We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a1c5 commit 0a94fabCopy full SHA for 0a94fab
verda/_verda.py
@@ -81,7 +81,7 @@ def __init__(
81
"""Containers service. Deploy, manage, and monitor container deployments"""
82
83
self.clusters: ClustersService = ClustersService(self._http_client)
84
- """Clusters service. Create, manage, and scale compute clusters"""
+ """Clusters service. Create and manage compute clusters"""
85
86
87
__all__ = ['VerdaClient']
0 commit comments