Skip to content

Commit e1f5e15

Browse files
author
Gauvain Pocentek
committed
doc: replace incorrect archive call()
1 parent 1f52cd2 commit e1f5e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ actions on the GitLab resources. For example:
9999

100100
.. code-block:: python
101101
102-
# get a tarball of the git repository
102+
# star a git repository
103103
project = gl.projects.get(1)
104-
project.archive()
104+
project.star()
105105
106106
Pagination
107107
==========

0 commit comments

Comments
 (0)