Skip to content

Commit fc8b619

Browse files
committed
grammar
1 parent 1d9c142 commit fc8b619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actinia/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
def request_and_check(method, url, status_code=(200,), retries=0, **kwargs):
36-
"""Send a request with given method to a URL and check the status code.
36+
"""Send a request with the given method to a URL and check the status code.
3737
3838
Parameters:
3939
method (string): Request method (GET, POST, PUT, DELETE, ...)

0 commit comments

Comments
 (0)