summaryrefslogtreecommitdiff
path: root/gitlab/mixins.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/mixins.py')
-rw-r--r--gitlab/mixins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/mixins.py b/gitlab/mixins.py
index 0c06f92..cb35efc 100644
--- a/gitlab/mixins.py
+++ b/gitlab/mixins.py
@@ -242,7 +242,7 @@ class SetMixin(object):
GitlabSetError: If an error occured
Returns:
- UserCustomAttribute: The created/updated user attribute
+ obj: The created/updated attribute
"""
path = '%s/%s' % (self.path, key.replace('/', '%2F'))
data = {'value': value}