summaryrefslogtreecommitdiff
path: root/gitlab/mixins.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-08-04 10:25:40 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-08-04 10:27:59 +0200
commitd7c79113a4dd4f23789ac8adb17add590929ae53 (patch)
tree0783d085b2fd3eb302b3fa831263eb67ab91d11a /gitlab/mixins.py
parentc15ba3b61065973da983ff792a34268a3ba75e12 (diff)
downloadgitlab-d7c79113a4dd4f23789ac8adb17add590929ae53.tar.gz
functional tests for v4
Update the python tests for v4, and fix the problems raised when running those tests.
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 cc9eb51..5876d58 100644
--- a/gitlab/mixins.py
+++ b/gitlab/mixins.py
@@ -152,7 +152,7 @@ class CreateMixin(object):
**kwargs: Extra options to send to the Gitlab server (e.g. sudo)
Returns:
- RESTObject: a new instance of the managed object class build with
+ RESTObject: a new instance of the managed object class built with
the data sent by the server
Raises: