summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authorgodaji <sipqko@gmail.com>2019-10-04 14:14:35 +0900
committergodaji <sipqko@gmail.com>2019-10-06 08:41:02 +0900
commitc7ff676c11303a00da3a570bf2893717d0391f20 (patch)
tree3d8a784fe19fef852a3b64f619b0a6afc0273a99 /gitlab/base.py
parentba2b60e32c12cacf18762a286d05e073529b9898 (diff)
downloadgitlab-c7ff676c11303a00da3a570bf2893717d0391f20.tar.gz
refactor: remove unused code, simplify string format
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 f81d039..a791db2 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -227,7 +227,7 @@ class RESTObjectList(object):
class RESTManager(object):
"""Base class for CRUD operations on objects.
- Derivated class must define ``_path`` and ``_obj_cls``.
+ Derived class must define ``_path`` and ``_obj_cls``.
``_path``: Base URL path on which requests will be sent (e.g. '/projects')
``_obj_cls``: The class of objects that will be created