Skip to content

Commit 58ad4fc

Browse files
authored
Merge pull request #163 from lokalise/feature/PERF-1314
PERF-1314 Fix description for params in async download
2 parents 4fa1c42 + 36cbdbc commit 58ad4fc

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)