summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/base.py')
-rw-r--r--gitlab/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index 5e5f57b..92c2f28 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -298,7 +298,7 @@ class RESTManager(object):
"""REST manager constructor.
Args:
- gl (Gitlab): :class:`~gitlab.Gitlab` connection to use to make
+ gl: :class:`~gitlab.Gitlab` connection to use to make
requests.
parent: REST object to which the manager is attached.
"""