Skip to content

Commit 36cbdbc

Browse files
committed
PERF-1314 Fix description for params in async download
1 parent 4fa1c42 commit 36cbdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lokalise/endpoints/files_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def download_async(self, params: Dict[str, Any],
3939
**ids: Optional[Union[str, int]]) -> Dict:
4040
"""Downloads files from the project asynchronously.
4141
42-
:param dict params: Upload parameters
42+
:param dict params: Download parameters
4343
:param ids: Identifiers for path generation
4444
:rtype dict:
4545
"""

0 commit comments

Comments
 (0)