diff options
| author | Tim Gates <tim.gates@iress.com> | 2021-09-16 08:24:47 +1000 |
|---|---|---|
| committer | Tim Gates <tim.gates@iress.com> | 2021-09-19 06:34:18 +1000 |
| commit | 7ea4ddc4248e314998fd27eea17c6667f5214d1d (patch) | |
| tree | c9b041833e261e2747fb545cc5bde124a87fa966 /gitlab/v4/objects/groups.py | |
| parent | e19314dcc481b045ba7a12dd76abedc08dbdf032 (diff) | |
| download | gitlab-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/v4/objects/groups.py')
| -rw-r--r-- | gitlab/v4/objects/groups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/groups.py b/gitlab/v4/objects/groups.py index b4df4a9..b675a39 100644 --- a/gitlab/v4/objects/groups.py +++ b/gitlab/v4/objects/groups.py @@ -83,7 +83,7 @@ class Group(SaveMixin, ObjectDeleteMixin, RESTObject): Raises: GitlabAuthenticationError: If authentication is not correct - GitlabTransferProjectError: If the project could not be transfered + GitlabTransferProjectError: If the project could not be transferred """ path = "/groups/%s/projects/%s" % (self.id, project_id) self.manager.gitlab.http_post(path, **kwargs) |
