summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-09-16 08:24:47 +1000
committerTim Gates <tim.gates@iress.com>2021-09-19 06:34:18 +1000
commit7ea4ddc4248e314998fd27eea17c6667f5214d1d (patch)
treec9b041833e261e2747fb545cc5bde124a87fa966 /gitlab/base.py
parente19314dcc481b045ba7a12dd76abedc08dbdf032 (diff)
downloadgitlab-7ea4ddc4248e314998fd27eea17c6667f5214d1d.tar.gz
docs: fix a few typos
There are small typos in: - docs/gl_objects/deploy_tokens.rst - gitlab/base.py - gitlab/mixins.py - gitlab/v4/objects/features.py - gitlab/v4/objects/groups.py - gitlab/v4/objects/packages.py - gitlab/v4/objects/projects.py - gitlab/v4/objects/sidekiq.py - gitlab/v4/objects/todos.py Fixes: - Should read `treatment` rather than `reatment`. - Should read `transferred` rather than `transfered`. - Should read `registered` rather than `registred`. - Should read `occurred` rather than `occured`. - Should read `overridden` rather than `overriden`. - Should read `marked` rather than `maked`. - Should read `instantiate` rather than `instanciate`. - Should read `function` rather than `fonction`.
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 bc96e0f..a4a1ef9 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -192,7 +192,7 @@ class RESTObjectList(object):
This generator uses the Gitlab pagination system to fetch new data when
required.
- Note: you should not instanciate such objects, they are returned by calls
+ Note: you should not instantiate such objects, they are returned by calls
to RESTManager.list()
Args: