Skip to content

Commit 433008a

Browse files
committed
remove trailing whitespaces
1 parent 4256b84 commit 433008a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cterasdk/asynchronous/core/files/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def download_many(self, target, objects, destination=None):
5454
:param list[str] objects:
5555
List of file and/or directory names to include in the download.
5656
:param str destination:
57-
Optional. Path to the destination file or directory. If a directory is provided,
57+
Optional. Path to the destination file or directory. If a directory is provided,
5858
the original filename will be preserved. Defaults to the default download directory.
5959
"""
6060
directory, name = commonfs.determine_directory_and_filename(target, objects, destination=destination, archive=True)

cterasdk/core/files/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def download_many(self, target, objects, destination=None):
5858
:param list[str] objects:
5959
List of file and/or directory names to include in the download.
6060
:param str destination:
61-
Optional. Path to the destination file or directory. If a directory is provided,
61+
Optional. Path to the destination file or directory. If a directory is provided,
6262
the original filename will be preserved. Defaults to the default download directory.
6363
"""
6464
directory, name = commonfs.determine_directory_and_filename(target, objects, destination=destination, archive=True)

cterasdk/edge/files/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def download_many(self, target, objects, destination=None):
6262
:param list[str] objects:
6363
List of file and/or directory names to include in the download.
6464
:param str destination:
65-
Optional. Path to the destination file or directory. If a directory is provided,
65+
Optional. Path to the destination file or directory. If a directory is provided,
6666
the original filename will be preserved. Defaults to the default download directory.
6767
"""
6868
directory, name = commonfs.determine_directory_and_filename(target, objects, destination=destination, archive=True)

0 commit comments

Comments
 (0)