summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-11-24 20:52:28 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-11-28 18:31:59 +0100
commitb7dde0d7aac8dbaa4f47f9bfb03fdcf1f0b01c41 (patch)
treeddf38afd58c7f1dcd538667dd952122448289bb6 /gitlab/base.py
parentbd366ab9e4b552fb29f7a41564cc180a659bba2f (diff)
downloadgitlab-b7dde0d7aac8dbaa4f47f9bfb03fdcf1f0b01c41.tar.gz
docs: only use type annotations for documentation
Diffstat (limited to 'gitlab/base.py')
-rw-r--r--gitlab/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index 5e5f57b..41441e9 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -298,8 +298,7 @@ class RESTManager(object):
"""REST manager constructor.
Args:
- gl (Gitlab): :class:`~gitlab.Gitlab` connection to use to make
- requests.
+ gl: :class:`~gitlab.Gitlab` connection to use to make requests.
parent: REST object to which the manager is attached.
"""
self.gitlab = gl