summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/clusters.py')
-rw-r--r--gitlab/v4/objects/clusters.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/clusters.py b/gitlab/v4/objects/clusters.py
index 5491654..e4146df 100644
--- a/gitlab/v4/objects/clusters.py
+++ b/gitlab/v4/objects/clusters.py
@@ -41,7 +41,7 @@ class GroupClusterManager(CRUDMixin, RESTManager):
"""Create a new object.
Args:
- data (dict): Parameters to send to the server to create the
+ data: Parameters to send to the server to create the
resource
**kwargs: Extra options to send to the server (e.g. sudo or
'ref_name', 'stage', 'name', 'all')
@@ -92,7 +92,7 @@ class ProjectClusterManager(CRUDMixin, RESTManager):
"""Create a new object.
Args:
- data (dict): Parameters to send to the server to create the
+ data: Parameters to send to the server to create the
resource
**kwargs: Extra options to send to the server (e.g. sudo or
'ref_name', 'stage', 'name', 'all')