From b5969a2dcea77fa608cc29be7a5f39062edd3846 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Sun, 6 Oct 2019 18:06:11 +0200 Subject: docs(project): add submodule docs --- gitlab/v4/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab') diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index cdd847f..44188c7 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -3888,7 +3888,7 @@ class Project(SaveMixin, ObjectDeleteMixin, RESTObject): @cli.register_custom_action("Project", ("submodule", "branch", "commit_sha")) @exc.on_http_error(exc.GitlabUpdateError) def update_submodule(self, submodule, branch, commit_sha, **kwargs): - """Transfer a project to the given namespace ID + """Update a project submodule Args: submodule (str): Full path to the submodule -- cgit v1.2.1