Skip to content

Commit 19dd719

Browse files
Correct a docstring
1 parent 5a5e1ca commit 19dd719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReversingLabs/SDK/a1000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ def __create_post_payload(custom_filename=None, url_string=None, crawler=None, a
22942294
"""Accepts optional fields and returns a formed dictionary of those fields.
22952295
:param custom_filename: custom file name for upload
22962296
:type custom_filename: str
2297-
:param url_string: URL from which the appliance should download the data
2297+
:param url_string: URL to analyze
22982298
:type url_string: str
22992299
:param crawler: crawler method (local or cloud)
23002300
:type crawler: str

0 commit comments

Comments
 (0)