summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-11-24 01:36:48 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-11-24 01:36:48 +0100
commit81a392ca6e9b44444c0f1287139abe788d50119d (patch)
tree97e0f03be6f8819cb9b8a5dd0d46432ff6dfc5a4 /gitlab/base.py
parent7ba5995ed472997e6bf98e8ae58107af307a5615 (diff)
downloadgitlab-chore/sphinx-annotations.tar.gz
chore: deduplicate type annotations in docschore/sphinx-annotations
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.
"""