summaryrefslogtreecommitdiff
path: root/docs/api-usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r--docs/api-usage.rst4
1 files changed, 2 insertions, 2 deletions
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
==========