Skip to content

Commit

Permalink
doc: replace incorrect archive call()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Aug 4, 2016
1 parent 1f52cd2 commit e1f5e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-usage.rst
Expand Up @@ -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
==========
Expand Down

0 comments on commit e1f5e15

Please sign in to comment.