Skip to content

Commit df60c5a

Browse files
committed
HARMONY-1714: Clean up documentation string
1 parent ac84e55 commit df60c5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

harmony/harmony.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,14 +1103,14 @@ def _is_staged_result(self, url: str) -> str:
11031103
return True
11041104

11051105
def get_download_filename_from_url(self, url: str) -> str:
1106-
"""Returns the filename for a URL. It will include
1107-
a Harmony generated ID if the data is staged.
1106+
"""For a given URL, returns the filename that will be used for download.
1107+
It will include a Harmony generated ID prefix if the data is staged.
11081108
11091109
Args:
11101110
url: The location (URL) of the file to be downloaded
11111111
11121112
Returns:
1113-
The filename that will be used to name the donwloaded file.
1113+
The filename that will be used to name the downloaded file.
11141114
"""
11151115
url_parts = url.split('/')
11161116
original_filename = url_parts[-1]

0 commit comments

Comments
 (0)