From e1f5e1560e53019d45b113a71916ad9a7695afeb Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 4 Aug 2016 08:32:12 +0200 Subject: doc: replace incorrect archive call() --- docs/api-usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api-usage.rst') diff --git a/docs/api-usage.rst b/docs/api-usage.rst index ca85fbd..976a3a0 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -99,9 +99,9 @@ actions on the GitLab resources. For example: .. code-block:: python - # get a tarball of the git repository + # star a git repository project = gl.projects.get(1) - project.archive() + project.star() Pagination ========== -- cgit v1.2.1