Skip to content

Commit 557c7d2

Browse files
authored
Merge pull request #1585 from JohnVillalovos/jlvillal/archive_type
docs: correct documented return type
2 parents bdb6cb9 + acabf63 commit 557c7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def repository_archive(
180180
GitlabListError: If the server failed to perform the request
181181
182182
Returns:
183-
str: The binary data of the archive
183+
bytes: The binary data of the archive
184184
"""
185185
path = "/projects/%s/repository/archive" % self.get_id()
186186
query_data = {}

0 commit comments

Comments
 (0)