Skip to content

Commit

Permalink
Merge pull request #1585 from JohnVillalovos/jlvillal/archive_type
Browse files Browse the repository at this point in the history
docs: correct documented return type
  • Loading branch information
nejch committed Sep 2, 2021
2 parents bdb6cb9 + acabf63 commit 557c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects/repositories.py
Expand Up @@ -180,7 +180,7 @@ def repository_archive(
GitlabListError: If the server failed to perform the request
Returns:
str: The binary data of the archive
bytes: The binary data of the archive
"""
path = "/projects/%s/repository/archive" % self.get_id()
query_data = {}
Expand Down

0 comments on commit 557c7d2

Please sign in to comment.